Server.Items.HousePlacementEntry.HousePlacementEntry C# (CSharp) Method

HousePlacementEntry() static private method

static private HousePlacementEntry ( ) : System
return System
        static HousePlacementEntry()
        {
            m_Table = new Hashtable();

            FillTable( m_ClassicHouses );
            FillTable( m_TwoStoryFoundations );
            FillTable( m_ThreeStoryFoundations );
        }

Same methods

HousePlacementEntry::HousePlacementEntry ( Type type, int description, int storage, int lockdowns, int newStorage, int newLockdowns, int vendors, int cost, int xOffset, int yOffset, int zOffset, int multiID ) : System