//go:build js && wasm // +build js,wasm package main // sendLobbyUpdateToJS sendet Lobby-Updates an das HTML-Interface func (g *Game) sendLobbyUpdateToJS() { g.sendLobbyPlayersToJS() }