9 lines
215 B
C#
9 lines
215 B
C#
using AC2RE.Definitions;
|
|
|
|
namespace LandblockExtraction.DatEngine {
|
|
public class TextureEngine : DatEngine {
|
|
public TextureEngine() : base(@"X:\DatFiles\highres.dat") {
|
|
|
|
}
|
|
}
|
|
}
|