C# Class PlayerActionBuySurvey, tf_client

An action for buying survey data on selected land.
Inheritance: PlayerAction
Afficher le fichier Open project: wids-eria/tf_client

Méthodes publiques

Méthode Description
IsPermittedOnResourceTile ( ResourceTile, tile ) : bool

Determines whether this action is permitted on the specified tile.

Méthodes protégées

Méthode Description
DoResourceCalculations ( ResourceTileSelection, selection ) : bool

Private Methods

Méthode Description
Start ( ) : void

Method Details

DoResourceCalculations() protected méthode

protected DoResourceCalculations ( ResourceTileSelection, selection ) : bool
selection ResourceTileSelection,
Résultat bool

IsPermittedOnResourceTile() public méthode

Determines whether this action is permitted on the specified tile.
public IsPermittedOnResourceTile ( ResourceTile, tile ) : bool
tile ResourceTile, /// The resource tile in question. ///
Résultat bool