Exemplo n.º 1
0
 public void PerfumeThrow()
 {
     TriggerPump.PerformPump();
     aSource.PlayOneShot(perfumeSpray);
     transform.GetChild(2).gameObject.SetActive(true);
     GasAnimationTimer = GasAnimationTime;
 }
Exemplo n.º 2
0
 void Start()
 {
     instance = this;
 }