Example #1
0
 public void OnHidenPress()
 {
     switch (name)
     {
     case "Switch":
         if (TacoManager.User == null)
         {
             TacoManager.ShowServerPasswordPopUp();
         }
         break;
     }
 }