1
0
forked from MTSR/mapserver
This commit is contained in:
NatureFreshMilk 2019-02-26 08:05:21 +01:00
parent f8034311fc
commit c92a250328

View File

@ -35,8 +35,8 @@ type Player struct {
Pos GenericPos `json:"pos"`
Velocity GenericPos `json:"velocity"`
Name string `json:"name"`
HP int `json:"hp"`
Breath int `json:"breath"`
HP float64 `json:"hp"`
Breath float64 `json:"breath"`
//TODO: stamina, skin, etc
}