Skip to main content
Version: 2025-03-11

GameEventPlayerJoin

Player joined the game

type GameEventPlayerJoin {
player: GamePlayer!
}

Fields

GameEventPlayerJoin.player ● GamePlayer! non-null object

The player who joined the game

Implemented By

GameEventData union