Ejemplo n.º 1
0
 public PlayerModel(GameModel gameModel, StartField startField)
 {
     this.gameModel  = gameModel;
     this.startField = startField;
 }
Ejemplo n.º 2
0
 public GameController(GameModel p_gModel)
 {
     this.gModel = p_gModel;
 }