This commit is contained in:
aozhiwei 2024-11-29 14:25:21 +08:00
parent 3c7e06bdd3
commit b85f8eb6ad

View File

@ -48,3 +48,7 @@ func (this *MapGridTable) PostInit1() {
return true
})
}
func (this *MapGridTable) GetMaxGridId() int32 {
return this.maxGridId
}