public void AddCustomHousingTiles(CustomHouse house) { // m_hasCustomTiles = true; m_customHouse = house; m_customHouseTiles = house.GetStatics(m_Components.Width, m_Components.Height); }