PlayerActions

Convenient struct for the player actions of a DO_TURN metaprotocol message

Members

Variables

actions
JSONValue actions;

The actions themselves

playerID
int playerID;

The identifier of the player that issued the actions

turnNumber
int turnNumber;

The turn number the actions come from

Meta