C# Class AIsOfCatan.InsufficientResourcesException

Thrown when a player tries to buy something but haven't got sufficient resources
Inheritance: AgentActionException
Afficher le fichier Open project: rasmusgreve/catan

Méthodes publiques

Méthode Description
InsufficientResourcesException ( ) : System
InsufficientResourcesException ( string message ) : System

Method Details

InsufficientResourcesException() public méthode

public InsufficientResourcesException ( ) : System
Résultat System

InsufficientResourcesException() public méthode

public InsufficientResourcesException ( string message ) : System
message string
Résultat System