public Battle(BattleMap map)
 {
     this.map          = map;
     playerActionMaker = new PlayerActionMaker(map);
 }
Exemplo n.º 2
0
 public PlayerActionMaker(BattleMap map)
 {
     this.map = map;
 }