C# Class ShieldLogic, wepwep

Inheritance: MonoBehaviour
Show file 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 property

public bool alive
return bool

currentShieldHealth public property

public int currentShieldHealth
return int

maxShieldHealth public property

public int maxShieldHealth
return int