mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 19:12:27 +08:00
7 lines
109 B
Go
7 lines
109 B
Go
package db
|
|
|
|
type PlayerIDCounter struct {
|
|
ID string `bson:"_id"`
|
|
PlayerID uint64 `bson:"PlayerID"`
|
|
}
|