示例#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);
 }