Base interface for game actions. All custom actions must extend this.
The type field is required; payload, playerId, and timestamp are optional and can be used by game-specific logic.
type
payload
playerId
timestamp
Optional
Base interface for game actions. All custom actions must extend this.
The
typefield is required;payload,playerId, andtimestampare optional and can be used by game-specific logic.