Beispiel #1
0
        public ICommand Act()
        {
            // TODO: need to decouple status effects from actor turns
            StatusHandler.Process();
            if (IsDead)
            {
                TriggerDeath();
            }

            return(GetAction());
        }