public PlayerModel(GameModel gameModel, StartField startField)
 {
     this.gameModel  = gameModel;
     this.startField = startField;
 }
Пример #2
0
 public GameController(GameModel p_gModel)
 {
     this.gModel = p_gModel;
 }