player.moderator flag
This commit is contained in:
parent
7be41ffe80
commit
959505d092
@ -43,6 +43,7 @@ type Player struct {
|
||||
Name string `json:"name"`
|
||||
HP float64 `json:"hp"`
|
||||
Breath float64 `json:"breath"`
|
||||
Moderator bool `json:"moderator"`
|
||||
//TODO: stamina, skin, etc
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user