C# Class PhaseActionsProducer, HotelUnity

Inheritance: UnityEngine.ScriptableObject
Show file Open project: OldHunterGames/HotelUnity Class Usage Examples

Public Properties

Property Type Description
gameObject GameObject

Public Methods

Method Description
OnPhaseFinish ( ) : void
ProducePhaseAction ( ) : PhaseAction,

Method Details

OnPhaseFinish() public abstract method

public abstract OnPhaseFinish ( ) : void
return void

ProducePhaseAction() public abstract method

public abstract ProducePhaseAction ( ) : PhaseAction,
return PhaseAction,

Property Details

gameObject public property

public GameObject gameObject
return GameObject