Пример #1
0
 void OnPlayerDeath()
 {
     if (personality != null)
     {
         personality.OnPlayerDeath();
     }
 }