예제 #1
0
 public Raw4TileCreator(LocatorFile rli, TileOutputType type)
     : base(type)
 {
     _rli = rli;
 }
예제 #2
0
 public KTileCreator(LocatorFile rhg, TileOutputType type)
     : base(type)
 {
     _rhg = rhg;
 }