Пример #1
0
 public virtual void DoItBeforeDestroy()
 {
     if (lootManager)
     {
         lootManager.CalculateLoot();
     }
 }