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