Files
hk4e/dispatch/model/player_id_counter.go
2022-11-24 22:47:24 +08:00

7 lines
112 B
Go

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