C# Class PlayerActionRequestSurvey, tf_client

An action for requesting survey data on specified land.
Inheritance: PlayerAction
显示文件 Open project: wids-eria/tf_client

Public Methods

Method Description
IsPermittedOnResourceTile ( ResourceTile, tile ) : bool

Determines whether this action is permitted on the specified tile.

Private Methods

Method Description
Awake ( ) : void

Method Details

IsPermittedOnResourceTile() public method

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