map3drendering/LandblockExtraction/DatEngine/TextureEngine.cs
Troispoils 18203c539f DatReader class heritage
Start Atlas maker class for generate atlas texture
2024-02-26 17:06:03 +01:00

9 lines
215 B
C#

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