Exemple #1
0
 public virtual void Redo()
 {
     if (turnController.CanRedo())
     {
         turnController.Redo();
     }
 }