public Town() { m_State = new TownState(this); ConstructVendorLists(); ConstructGuardLists(); StartIncomeTimer(); }
public Town() { m_State = new TownState( this ); ConstructVendorLists(); ConstructGuardLists(); StartIncomeTimer(); }