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