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