Ejemplo n.º 1
0
 public void _PanelOff()
 {
     Weapon_Panel.SetActive(false);
     Friend_Panel.SetActive(false);
     Gamble_Panel.SetActive(false);
     //Attack_Panel.SetActive(false);
 }
Ejemplo n.º 2
0
 public void _GambleON()
 {
     Debug.Log("겜블온");
     _PanelOff();
     Gamble_Panel.SetActive(true);
 }