Integrate direct WebSocket-based leaderboard functionality for real-time updates and requests. Refactor related client-side logic to utilize this new connection.
This commit is contained in:
9
cmd/client/lobby_native.go
Normal file
9
cmd/client/lobby_native.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !wasm
|
||||
// +build !wasm
|
||||
|
||||
package main
|
||||
|
||||
// sendLobbyUpdateToJS ist ein Stub für native Builds (kein HTML-Interface)
|
||||
func (g *Game) sendLobbyUpdateToJS() {
|
||||
// Native hat kein HTML-Overlay, nichts zu tun
|
||||
}
|
||||
Reference in New Issue
Block a user