Esempio n. 1
0
 void Remove()
 {
     StopCoroutine(removeDelay);
     gun.AddPoolBullet(this);
     gameObject.SetActive(false);
 }