1
This commit is contained in:
parent
cd7ff152c4
commit
8cfc849ebf
@ -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, ":")
|
||||
|
Loading…
x
Reference in New Issue
Block a user