C# Class PlayerActionScheduleHarvest.ModifiedFields, tf_client

Modified fields.
Mostrar archivo Open project: wids-eria/tf_client

Public Properties

Property Type Description
harvest_area bool

Public Methods

Method Description
ModifiedFields ( bool isHarvestArea ) : UnityEngine

Initializes a new instance of the PlayerActionScheduleHarvest.ModifiedFields class.

Method Details

ModifiedFields() public method

Initializes a new instance of the PlayerActionScheduleHarvest.ModifiedFields class.
public ModifiedFields ( bool isHarvestArea ) : UnityEngine
isHarvestArea bool /// Is harvest area. ///
return UnityEngine

Property Details

harvest_area public_oe property

Field specifying that the tile is a harvest area.
public bool harvest_area
return bool