Ejemplo n.º 1
0
 void UIModule()
 {
     UI            = FindObjectOfType <UIEventManager>();
     activeBattery = UI.playersBattery;
     UI.playScreen.gameObject.SetActive(true);
 }