예제 #1
0
 public void UndoLastChange()
 {
     if (commandsManager.Undo())
     {
         uiManager.ClearUI();
         uiManager.UpdateUI();
     }
 }