C# 클래스 AIsOfCatan.AgentActionException

상속: System.Exception
파일 보기 프로젝트 열기: rasmusgreve/catan

공개 메소드들

메소드 설명
AgentActionException ( bool stopGame = false ) : System
AgentActionException ( string msg, bool stopGame = false ) : System

메소드 상세

AgentActionException() 공개 메소드

public AgentActionException ( bool stopGame = false ) : System
stopGame bool
리턴 System

AgentActionException() 공개 메소드

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