Exemplo n.º 1
0
        /// <summary>
        /// An enemy has been killed.
        /// </summary>
        /// <param name="living"></param>
        protected virtual void OnEnemyKilled(GameLiving living)
        {
            if (living == null)
            {
                return;
            }

            Aggression.Remove(living);
        }