2024-08-03 14:37:54 +08:00

18 lines
163 B
Go

package mt
import (
"f5"
"main/mtb"
)
type GameDb struct {
mtb.GameDb
}
type GameDbTable struct {
f5.IdMetaTable[GameDb]
}
func (this *GameDb) Init1() {
}