18 lines
163 B
Go
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() {
|
|
}
|