Ejemplo n.º 1
0
 /// <summary>
 /// Updates the town category according the inhabitation value.
 /// </summary>
 public void updateTownCategory()
 {
     townCategory = TownCategoryUtil.calculateCategory(inhabitation);
 }