C# Class BookOfFame.GameManager

Inheritance: MonoBehaviour
Exibir arquivo Open project: bookoffame/Vatican2017

Public Properties

Property Type Description
gameParams GameParams_so
gameState GameState
sceneReferences SceneReferences

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Private Methods

Method Description
FixedUpdate ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

gameParams public_oe property

public GameParams_so gameParams
return GameParams_so

gameState public_oe property

public GameState gameState
return GameState

sceneReferences public_oe property

public SceneReferences sceneReferences
return SceneReferences