Loading

Revision differences

Old revision #pidxg1mfbNew revision #px4pxjaj8
1    
2function MainClass::IsTownGrowing() {  1function MainClass::IsTownGrowing() {  
3    local townList = GSTownList();  2    local townList = GSTownList();  
4    for (local town = townList.Begin(); !townList.IsEnd(); town = townList.Next()) {  3    for (local town = townList.Begin(); !townList.IsEnd(); town = townList.Next()) {  
  
46                }  45                }  
47            }  46            }  
48        }  47        }  
49        GSLog.Info(" "); 48        GSLog.Info(" ");
   49    }
   50}