예제 #1
0
파일: Multi.cs 프로젝트: msx752/UltimaXNA
 public void AddCustomHousingTiles(CustomHouse house)
 {
     // m_hasCustomTiles = true;
     m_customHouse = house;
     m_customHouseTiles = house.GetStatics(m_Components.Width, m_Components.Height);
 }
예제 #2
0
 public void AddCustomHousingTiles(CustomHouse house)
 {
     // m_hasCustomTiles = true;
     m_customHouse      = house;
     m_customHouseTiles = house.GetStatics(m_Components.Width, m_Components.Height);
 }