Exemplo n.º 1
0
 public void disableSpawnInd(filledScript script)
 {
     script.gameObject.SetActive(false);
 }
Exemplo n.º 2
0
 void Start()
 {
     filler = GridData._UIManager.getCoffeInd();
     anim   = this.GetComponent <Animator>();
     AudioData.PlaySound(SoundHandle.CoffeeEnterScene, gameObject);
 }