public interface GameManager
Modifier and Type | Method and Description |
---|---|
void |
enter()
Should be called when the manager becomes active.
|
boolean |
isInitalized() |
void |
onEnter()
Overriding method should contain what should happen when the manager becomes active.
|