예제 #1
0
 public void PlayDeathNoSound()
 {
     particles.EnableDeath();
     rb.bodyType = RigidbodyType2D.Static;
     //Add bullet to spawner list of dead bullets -- for bullet spawner
     bSpawner.AddBulletToDeadList(gameObject);
     StartCoroutine(DeactivateCollider());
 }