Files
hk4e/gate-hk4e/entity/db/player_id_counter.go
2022-11-20 15:38:00 +08:00

7 lines
109 B
Go

package db
type PlayerIDCounter struct {
ID string `bson:"_id"`
PlayerID uint64 `bson:"PlayerID"`
}