Exemple #1
0
 public PlayTillEndCommand(Battle newBattle)
 {
     battle = newBattle;
 }
Exemple #2
0
 public CommandManager(Battle newBattle)
 {
     battle = newBattle;
 }
Exemple #3
0
 public OneStepCommand(Battle newBattle)
 {
     battle = newBattle;
 }