Example #1
0
 public void Assign()
 {
     EnsureSingleton();
     if (activeMenu != null)
     {
         saveLoadPanel     = activeMenu.GetSaveLoadPanel();
         confirmationPanel = activeMenu.GetConfirmationPanel();
         okPanel           = activeMenu.GetOKPanel();
     }
 }