7 lines
104 B
Go
7 lines
104 B
Go
![]() |
package logic
|
||
|
|
||
|
type PlayerTreasures struct {
|
||
|
Uid uint64 `bson:"uid" key:"1"`
|
||
|
Id uint32 `bson:"id"`
|
||
|
}
|