コード例 #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
ファイル: Multi.cs プロジェクト: InjectionDev/UltimaXNA
 public void AddCustomHousingTiles(CustomHouse house)
 {
     // m_hasCustomTiles = true;
     m_customHouse      = house;
     m_customHouseTiles = house.GetStatics(m_Components.Width, m_Components.Height);
 }