game-common / pragma.gameinstance / GameInstancePlugin / buildExtGameStart /
buildExtGameStart #
open suspend fun buildExtGameStart(gameInstanceSnapshot: GameInstance.GameInstance): ExtGameStart
Called to prepare custom data about the game instance to send to the game server.
Usage of any functions on the GameInstance.GameInstance will not work in this plugin method.
Return #
The payload to send to the game server.
Parameters #
gameInstanceSnapshot | The game instance to prepare data for. |