C# Class NeedsCharacterComponent, HotelUnity

Inheritance: MonoBehaviour, IPhaseEventsListener
Mostra file Open project: OldHunterGames/HotelUnity

Public Properties

Property Type Description
Freshness int
Hunger int
NeedForSleep int

Public Methods

Method Description
OnPhaseFinish ( ) : void

Private Methods

Method Description
GetNeedForSleep ( ) : void

Method Details

OnPhaseFinish() public method

public OnPhaseFinish ( ) : void
return void

Property Details

Freshness public_oe property

public int Freshness
return int

Hunger public_oe property

public int Hunger
return int

NeedForSleep public_oe property

public int NeedForSleep
return int