C# Class Heart, Obsolete

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

public int Lympha
return int

LymphaCycleRate public property

public float LymphaCycleRate
return float

MaxLympha public property

public int MaxLympha
return int

isMaster public property

public bool isMaster
return bool