C# Class ShortActionsProducer, HotelUnity

Inheritance: UnityEngine.ScriptableObject
Exibir arquivo Open project: OldHunterGames/HotelUnity Class Usage Examples

Public Properties

Property Type Description
gameObject GameObject

Public Methods

Method Description
OnPhaseFinish ( ) : void
ProduceShortAction ( ) : ShortAction,

Method Details

OnPhaseFinish() public abstract method

public abstract OnPhaseFinish ( ) : void
return void

ProduceShortAction() public abstract method

public abstract ProduceShortAction ( ) : ShortAction,
return ShortAction,

Property Details

gameObject public_oe property

public GameObject gameObject
return GameObject