C# Class ShieldLogic, wepwep

Inheritance: MonoBehaviour
Afficher le fichier Open project: encephalopathy/wepwep

Méthodes publiques

Свойство Type Description
alive bool
currentShieldHealth int
maxShieldHealth int

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
doDamage ( int amount ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

doDamage() public méthode

public doDamage ( int amount ) : void
amount int
Résultat void

Property Details

alive public_oe property

public bool alive
Résultat bool

currentShieldHealth public_oe property

public int currentShieldHealth
Résultat int

maxShieldHealth public_oe property

public int maxShieldHealth
Résultat int