new server
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user