Пример #1
0
 public void Dead()
 {
     CombatEvents.EnemyDied(this);
     lootTable.DropItem();
     Destroy(gameObject);
 }