C# Class ShieldLogic, wepwep

Inheritance: MonoBehaviour
Datei anzeigen Open project: encephalopathy/wepwep

Public Properties

Property Type Description
alive bool
currentShieldHealth int
maxShieldHealth int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
doDamage ( int amount ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

doDamage() public method

public doDamage ( int amount ) : void
amount int
return void

Property Details

alive public_oe property

public bool alive
return bool

currentShieldHealth public_oe property

public int currentShieldHealth
return int

maxShieldHealth public_oe property

public int maxShieldHealth
return int