Пример #1
0
 public virtual void HandleExitBattle(Player player)
 {
     lock (lockThis) {
         player.SetCreatureAttacking(null);
     }
 }