public static class GameRunner.GameScore
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Game |
game
the game.
|
java.lang.String |
message
the message.
|
int |
score
the score.
|
GameRunner.GameStatus |
status
the status.
|
Constructor and Description |
---|
GameRunner.GameScore(Game g,
int s,
GameRunner.GameStatus status,
java.lang.String m)
Constructor: an instance for game g with score s, status status,
and message m.
|
public final Game game
public final int score
public final GameRunner.GameStatus status
public final java.lang.String message
public GameRunner.GameScore(Game g, int s, GameRunner.GameStatus status, java.lang.String m)
g
- s
- status
- m
-