예제 #1
0
 public static void HidePowerBar()
 {
     UIPowerBar.Hide();
     UICollectable.ChangeYPosition(-40f);
 }
예제 #2
0
 public static void ShowPowerBar()
 {
     UIPowerBar.Show();
     UICollectable.ChangeYPosition(-130f);
 }