namespace LandblockExtraction.DatEngine { public class TextureEngine : DatEngine { public TextureEngine() : base(@"X:\DatFiles\highres.dat") { } } }