AIsOfCatan.AgentActionException.AgentActionException C# (CSharp) 메소드

AgentActionException() 공개 메소드

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

Same methods

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