Exemplo n.º 1
0
 private void Awake()
 {
     instance = this;
     gameObject.SetActive(false);
 }
Exemplo n.º 2
0
 public void ShowPoint(bool b)
 {
     ShopPointStat.instance.gameObject.SetActive(b);
     ShopPointStat.Set(gameObject);
 }