Added NetworkGameControl
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@503 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
e79295f271
commit
f3f8ffe462
22 changed files with 227 additions and 83 deletions
|
@ -21,7 +21,7 @@ public class RoundStateTest {
|
|||
settings.getPlayerList().add(new PlayerSettings("Player 2", Color.YELLOW));
|
||||
settings.getPlayerList().add(new PlayerSettings("Player 3", Color.BLUE));
|
||||
|
||||
testRound = new RoundState(settings);
|
||||
testRound = new RoundState(settings, null);
|
||||
}
|
||||
|
||||
/** */
|
||||
|
|
Reference in a new issue