Exemplo n.º 1
0
 public PlayTillEndCommand(Battle newBattle)
 {
     battle = newBattle;
 }
Exemplo n.º 2
0
 public CommandManager(Battle newBattle)
 {
     battle = newBattle;
 }
Exemplo n.º 3
0
 public OneStepCommand(Battle newBattle)
 {
     battle = newBattle;
 }