C# Class PlayerActionZoneResidential, tf_client

Inheritance: PlayerAction
Datei anzeigen Open project: wids-eria/tf_client

Public Methods

Method Description
IsPermittedOnResourceTile ( ResourceTile, tile ) : bool

Determines whether this instance is permitted on resource tile the specified tile.

Private Methods

Method Description
Awake ( ) : void

Awake this instance.

Method Details

IsPermittedOnResourceTile() public method

Determines whether this instance is permitted on resource tile the specified tile.
public IsPermittedOnResourceTile ( ResourceTile, tile ) : bool
tile ResourceTile, /// If set to true tile. ///
return bool