Exemple #1
0
 public virtual void Undo()
 {
     if (turnController.CanUndo())
     {
         turnController.Undo();
     }
 }