C# Class PersoVivant, Enclave

Inheritance: MonoBehaviour
Show file Open project: BenjaminDo/Enclave

Public Properties

Property Type Description
curHealth int
dead bool
intel int
lvl int
maxHealth int
speedRate int
strength int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
addjustCurrentHealt ( int adj ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

addjustCurrentHealt() public method

public addjustCurrentHealt ( int adj ) : void
adj int
return void

Property Details

curHealth public property

public int curHealth
return int

dead public property

public bool dead
return bool

intel public property

public int intel
return int

lvl public property

public int lvl
return int

maxHealth public property

public int maxHealth
return int

speedRate public property

public int speedRate
return int

strength public property

public int strength
return int