This commit is contained in:
Smile Rex
2026-01-21 19:14:05 +03:00
parent 280d9801d6
commit 9033264a15
5 changed files with 59 additions and 24 deletions

View File

@@ -5,8 +5,9 @@ import (
)
type Player struct {
ID string
Conn *websocket.Conn
ID string
Username string
Conn *websocket.Conn
X, Y float64
DX, DY float64