C# Class SteamPunkHero, Enclave

Inheritance: PersoVivant
Datei anzeigen Open project: BenjaminDo/Enclave

Public Properties

Property Type Description
coldBlood int
coldBloodMax int
vaporine int
vaporineMax int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
addjustBar ( bool VorCB ) : void
levelUp ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

addjustBar() public method

public addjustBar ( bool VorCB ) : void
VorCB bool
return void

levelUp() public method

public levelUp ( ) : void
return void

Property Details

coldBlood public_oe property

public int coldBlood
return int

coldBloodMax public_oe property

public int coldBloodMax
return int

vaporine public_oe property

public int vaporine
return int

vaporineMax public_oe property

public int vaporineMax
return int