new server

This commit is contained in:
Smile Rex
2026-01-14 23:10:23 +03:00
parent 83f356cea9
commit c1df49fde1
12 changed files with 342 additions and 69 deletions

View File

@@ -3,17 +3,7 @@ package models
import "github.com/gorilla/websocket"
type Player struct {
ID uint32
X float32
Y float32
Z float32
InputX float32
InputZ float32
Name string
PhotoURL string
Entity
Name string
Conn *websocket.Conn
}