class GameStateID
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
ENDED
The game is over.
|
(package private) static int |
PAUSED
The game is ongoing but paused.
|
(package private) static int |
RUNNING
The game is running.
|
| Constructor and Description |
|---|
GameStateID() |
static final int ENDED
static final int PAUSED
static final int RUNNING