merge the new developmentbranch into the test branch #39
@@ -23,4 +23,13 @@ public GameAutomatonState(GameState gameAutomaton, ServerGameLogic logic) {
|
||||
super(logic);
|
||||
this.gameAutomaton = gameAutomaton;
|
||||
}
|
||||
|
||||
/**
|
||||
* This method will be used to return gameAutomaton attribute of GameAutomatonState object.
|
||||
*
|
||||
* @return gameAutomaton as a GameState object.
|
||||
*/
|
||||
public GameState getGameAutomaton() {
|
||||
return this.gameAutomaton;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user