Ejemplo n.º 1
0
 void Dead()
 {
     zombieManager.GetFollowList().Remove(gameObject);
     Destroy(gameObject);
 }