public interface GameListener
| Modifier and Type | Method and Description |
|---|---|
void |
onInit()
Implementing classes need to clean up (reset from maybe existing previous game)
and prepare for a new game.
|
void |
onUpdate(double tpf)
Called on PLAY state update.
|
Copyright © 2017. All rights reserved.