public final class GameStateID
extends java.lang.Object
STOP! Do not modify this file. Changes will be overwritten during official grading.
| Modifier and Type | Field and Description | 
|---|---|
static int | 
ENDED
The game is over. 
 | 
static int | 
PAUSED
The game is ongoing but paused. 
 | 
static int | 
RUNNING
The game is running. 
 | 
| Constructor and Description | 
|---|
GameStateID()  | 
public static final int ENDED
public static final int PAUSED
public static final int RUNNING