pet_home_server/src/server/game/Model.go
2024-11-29 17:10:47 +08:00

15 lines
230 B
Go

package game
type PlayerSimpleData struct {
Uid int
Name string
Avatar int
Level int
Face int
Decorate int
Login int64
Loginout int64
FaceBook string
FaceBookPic string
}