This commit is contained in:
aozhiwei 2024-11-25 17:20:27 +08:00
parent cd7ff152c4
commit 8cfc849ebf

View File

@ -22,6 +22,9 @@ type MapGridTable struct {
}
func (this *MapGrid) Init1() {
if this.MapGrid.GetReward() == "" {
return
}
tmpStrs := strings.Split(this.MapGrid.GetReward(), "|")
for _, tmpStr := range(tmpStrs) {
tmpStrs2 := strings.Split(tmpStr, ":")