예제 #1
0
 public void SetCommand(BattleCommand command)
 {
     CurrentCommand = command;
 }
예제 #2
0
 protected virtual void OnTurnEnded()
 {
     PreviousCommand = CurrentCommand;
     CurrentCommand  = null;
 }