C# Class GameFlow, diluvium

Game flow. Controls the flow of the game states. (THE GAME STATE MACHINE!)
Inheritance: MonoBehaviour
Mostrar archivo Open project: Collegiennes/diluvium Class Usage Examples

Public Properties

Property Type Description
Instance GameFlow,
state GameState,

Public Methods

Method Description
Restart ( ) : void

Private Methods

Method Description
Awake ( ) : void

Method Details

Restart() public method

public Restart ( ) : void
return void

Property Details

Instance public_oe static_oe property

public static GameFlow, Instance
return GameFlow,

state public_oe property

public GameState, state
return GameState,