-
Notifications
You must be signed in to change notification settings - Fork 47
v2.x 数据库 游戏数据 矿场
eeg1412 edited this page Apr 7, 2020
·
1 revision
字段名 | 描述 | 类型 |
---|---|---|
_id | mongodb自动生成的ID | ObjectId |
boomNum | 一共有多少星星矿 | Int32 |
boomedNum | 已经挖了多少星星矿 | Int32 |
creatTime | 矿场生成时间戳 | Int64 |
mapType | 矿场类型 | Int32 |
rows | 矿场有多少行 | Int32 |
cols | 矿场有多少列 | Int32 |
player | 玩家挖矿数据 | Document { x_y:{ md5:String, num:Int32 } } |
map | 矿场地图信息,0-8对应周围有多少星星矿,9代表星星矿 | Array |
close | 矿场是否关闭(0开放,1关闭) | Int32 |