private class GameActionLog.GameAction
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
action |
private int |
playerIndex |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
GameAction(int playerIndex,
java.lang.String action) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction() |
int |
getPlayerIndex() |
private static final long serialVersionUID
private java.lang.String action
private int playerIndex