コード例 #1
0
ファイル: Raw4TileCreator.cs プロジェクト: worstward/rlviewer
 public Raw4TileCreator(LocatorFile rli, TileOutputType type)
     : base(type)
 {
     _rli = rli;
 }
コード例 #2
0
ファイル: KTileCreator.cs プロジェクト: worstward/rlviewer
 public KTileCreator(LocatorFile rhg, TileOutputType type)
     : base(type)
 {
     _rhg = rhg;
 }