コード例 #1
0
 public void SetCommand(BattleCommand command)
 {
     CurrentCommand = command;
 }
コード例 #2
0
 protected virtual void OnTurnEnded()
 {
     PreviousCommand = CurrentCommand;
     CurrentCommand  = null;
 }