コード例 #1
0
ファイル: Entity.cs プロジェクト: LariUnkari/MissileCommand
 protected virtual void OnDeath(bool giveScore)
 {
     ScenarioManager.OnEntityDeath(this, giveScore);
     Destroy(gameObject);
 }