Add bot API to handle experience updates

This commit is contained in:
Andrew Lanin
2020-08-01 23:07:18 +03:00
parent a42a623366
commit d45de88246
3 changed files with 31 additions and 0 deletions

View File

@ -16,4 +16,6 @@ type Player struct {
Health float32 //血量
Food int32 //饱食度
FoodSaturation float32 //食物饱和度
Level int32
}