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