C# Class Unit_Health

Inheritance: BeardedManStudios.Network.NetworkedMonoBehavior
Afficher le fichier Open project: drakelinglabs/unityarmada Class Usage Examples

Méthodes publiques

Свойство Type Description
dead bool
health int
respawnTimer float

Private Methods

Méthode Description
Awake ( ) : void
Update ( ) : void
doDamage ( int dmg ) : void
respawn ( ) : void

Property Details

dead public_oe property

public bool dead
Résultat bool

health public_oe property

public int health
Résultat int

respawnTimer public_oe property

public float respawnTimer
Résultat float