7 lines
98 B
Go
7 lines
98 B
Go
package logic
|
|
|
|
type PlayerGem struct {
|
|
Uid uint64 `bson:"uid" key:"1"`
|
|
Id uint32 `bson:"id"`
|
|
}
|