C# 클래스 AIsOfCatan.InsufficientResourcesException

Thrown when a player tries to buy something but haven't got sufficient resources
상속: AgentActionException
파일 보기 프로젝트 열기: rasmusgreve/catan

공개 메소드들

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

메소드 상세

InsufficientResourcesException() 공개 메소드

public InsufficientResourcesException ( ) : System
리턴 System

InsufficientResourcesException() 공개 메소드

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