C# Class DruideHero, Enclave

Inheritance: PersoVivant
Exibir arquivo Open project: BenjaminDo/Enclave

Public Properties

Property Type Description
Yang int
YangMax int
Yin int
YinMax int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
addjustBar ( bool YiorYa ) : 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 YiorYa ) : void
YiorYa bool
return void

levelUp() public method

public levelUp ( ) : void
return void

Property Details

Yang public_oe property

public int Yang
return int

YangMax public_oe property

public int YangMax
return int

Yin public_oe property

public int Yin
return int

YinMax public_oe property

public int YinMax
return int