예제 #1
0
 // Disable joystick and spell icon
 public static void DisableUi()
 {
     GameObjectFinder.FindJoyStick().SetActive(false);
     GameObjectFinder.FindSpellIcon().SetActive(false);
 }