C# Class Unit_Health

Inheritance: BeardedManStudios.Network.NetworkedMonoBehavior
Mostrar archivo Open project: drakelinglabs/unityarmada Class Usage Examples

Public Properties

Property Type Description
dead bool
health int
respawnTimer float

Private Methods

Method Description
Awake ( ) : void
Update ( ) : void
doDamage ( int dmg ) : void
respawn ( ) : void

Property Details

dead public_oe property

public bool dead
return bool

health public_oe property

public int health
return int

respawnTimer public_oe property

public float respawnTimer
return float