Skip to main content
Version: v0

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