C# Class Sol.RoverComponent

Mostra file Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
currentComponentType ComponentType
equippedItem EquipableItem
health float
maxHealth float

Private Methods

Method Description
Awake ( ) : void

Property Details

currentComponentType public_oe property

public ComponentType currentComponentType
return ComponentType

equippedItem public_oe property

public EquipableItem,Sol equippedItem
return EquipableItem

health public_oe property

public float health
return float

maxHealth public_oe property

public float maxHealth
return float