C# 클래스 AIsOfCatan.IllegalActionException

Thrown when a player tries to perform an illegal action on the GameController
상속: AgentActionException
파일 보기 프로젝트 열기: rasmusgreve/catan

공개 메소드들

메소드 설명
IllegalActionException ( ) : System
IllegalActionException ( string message ) : System

메소드 상세

IllegalActionException() 공개 메소드

public IllegalActionException ( ) : System
리턴 System

IllegalActionException() 공개 메소드

public IllegalActionException ( string message ) : System
message string
리턴 System