C# Class PlayerActionProtect, tf_client

An action for zoning protection on a section of 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

Initialize the tile modifications.

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