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