GameEventPlayerPositionUpdate
Several players moved across the map, here are their new positions
type GameEventPlayerPositionUpdate {
players: [GamePlayer]!
}
Fields
GameEventPlayerPositionUpdate.players
● [GamePlayer]!
non-null object
The list of Players each contain their new position
Implemented By
GameEventData
union