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