1
0
forked from MTSR/mapserver
This commit is contained in:
NatureFreshMilk 2019-02-07 08:05:41 +01:00
parent 8e5117fd67
commit 5608be900e

View File

@ -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
}