go_dreamfactory/modules/entertainment/player.go
2023-10-18 09:40:37 +08:00

10 lines
180 B
Go

package entertainment
type Player struct {
uid string
operate int32 // 该谁操作
score int32 // 玩家积分
step int32 // 操作步骤
status int32 // 状态
}