Beispiel #1
0
 //preserved the first n actions.
 public void PreserveNActions(int n)
 {
     TurnNumber -= (myUnit.GetCombatActionCount() - n);
     myUnit.PreserveFirstNActions(n);
 }