package logic
type PlayerAwakenProp struct {
Uid uint64 `bson:"uid" key:"1"`
Id uint32 `bson:"id"`
}