forked from MTSR/mapserver
fix #12
This commit is contained in:
parent
f8034311fc
commit
c92a250328
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user