forked from MTSR/mapserver
cleanup
This commit is contained in:
parent
8e5117fd67
commit
5608be900e
@ -1,11 +0,0 @@
|
||||
package player
|
||||
|
||||
type Player struct {
|
||||
X int `json:"x"`
|
||||
Y int `json:"y"`
|
||||
Z int `json:"z"`
|
||||
Name string `json:"name"`
|
||||
HP int `json:"hp"`
|
||||
Breath int `json:"breath"`
|
||||
//TODO: stamina, skin, etc
|
||||
}
|
Loading…
Reference in New Issue
Block a user