Buttons im Settings panel sind richtig im netzwerk und außerhalb
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@421 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
70d6ae6d74
commit
56797840e2
6 changed files with 89 additions and 18 deletions
|
@ -16,7 +16,11 @@ public class PlayerSettings implements Serializable {
|
|||
/** */
|
||||
HUMAN,
|
||||
/** */
|
||||
COMPUTER
|
||||
COMPUTER,
|
||||
/** */
|
||||
VACANT,
|
||||
/** */
|
||||
NETWORK
|
||||
}
|
||||
|
||||
private static final long serialVersionUID = 1963640115089275992L;
|
||||
|
|
Reference in a new issue