AIsOfCatan.AgentActionException.AgentActionException C# (CSharp) Method

AgentActionException() public method

public AgentActionException ( bool stopGame = false ) : System
stopGame bool
return System
        public AgentActionException(bool stopGame = false)
        {
            StopGame = stopGame;
        }

Same methods

AgentActionException::AgentActionException ( string msg, bool stopGame = false ) : System
AgentActionException