Ejemplo n.º 1
0
 protected virtual void OnDeath(bool giveScore)
 {
     ScenarioManager.OnEntityDeath(this, giveScore);
     Destroy(gameObject);
 }