Example #1
0
        public virtual void SetCurrentState(HackGameAgent_State state)
        {
            HackGameAgent_State oldState = currentState;
            currentState = state;

            EnteringNewState(oldState, state);
        }
Example #2
0
 public abstract void EnteringNewState(HackGameAgent_State oldState, HackGameAgent_State newState);