This commit is contained in:
aozhiwei 2024-11-25 14:16:49 +08:00
parent 03fac9e082
commit bd94484fec

View File

@ -12,3 +12,7 @@ type MapGrid struct {
type MapGridTable struct {
f5.IdMetaTable[MapGrid]
}
func (this *MapGrid) Init1() {
}