Ejemplo n.º 1
0
 public void Die()
 {
     factory.AddToList(this.gameObject, bulletType);
     this.gameObject.SetActive(false);
 }