Exemple #1
0
 public Town()
 {
     m_State = new TownState(this);
     ConstructVendorLists();
     ConstructGuardLists();
     StartIncomeTimer();
 }
Exemple #2
0
 public Town()
 {
     m_State = new TownState( this );
     ConstructVendorLists();
     ConstructGuardLists();
     StartIncomeTimer();
 }