C# Class Heart, Obsolete

Inheritance: MonoBehaviour
Mostra file Open project: Orihaus/Obsolete Class Usage Examples

Public Properties

Property Type Description
Lympha int
LymphaCycleRate float
MaxLympha int
isMaster bool

Public Methods

Method Description
GiveLympha ( int amount ) : void
Start ( ) : void
TakeLympha ( int amount ) : void
Update ( ) : void

Method Details

GiveLympha() public method

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

Start() public method

public Start ( ) : void
return void

TakeLympha() public method

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

Update() public method

public Update ( ) : void
return void

Property Details

Lympha public_oe property

public int Lympha
return int

LymphaCycleRate public_oe property

public float LymphaCycleRate
return float

MaxLympha public_oe property

public int MaxLympha
return int

isMaster public_oe property

public bool isMaster
return bool