Esempio n. 1
0
 public Town()
 {
     m_State = new TownState(this);
     ConstructVendorLists();
     ConstructGuardLists();
     StartIncomeTimer();
 }
Esempio n. 2
0
 public Town()
 {
     m_State = new TownState( this );
     ConstructVendorLists();
     ConstructGuardLists();
     StartIncomeTimer();
 }