FunctionsChatRoomGameResponseChatRoomGameResponse CallableChatRoomGameResponse(data: ServerChatRoomGameResponse): voidTriggered when a game message comes in, we forward it to the current online game being played.Parametersdata: ServerChatRoomGameResponseGame data to process, sent to the current game handler.Returns voidNothing
Triggered when a game message comes in, we forward it to the current online game being played.