This commit is contained in:
Smile Rex
2026-01-22 10:01:15 +03:00
parent 12e789b22e
commit b7d33889fd
7 changed files with 34 additions and 53 deletions

View File

@@ -5,7 +5,7 @@ import (
)
type Player struct {
ID string
ID int64
Username string
Conn *websocket.Conn