merge the new developmentbranch into the test branch #39
@@ -36,6 +36,7 @@ public TurnState(GameState gameAutomaton, ServerGameLogic logic) {
|
||||
this.rollDiceState = new RollDiceState(this, logic);
|
||||
this.choosePieceState = new ChoosePieceState(this, logic);
|
||||
this.movePieceState = new MovePieceState(this, logic);
|
||||
this.setCurrentState(this.powerCardState);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user