DatReader class heritage
Start Atlas maker class for generate atlas texture
This commit is contained in:
parent
7fb6345839
commit
18203c539f
6 changed files with 65 additions and 22 deletions
15
LandblockExtraction/DatEngine/DatEngine.cs
Normal file
15
LandblockExtraction/DatEngine/DatEngine.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
using AC2RE.Definitions;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LandblockExtraction.DatEngine;
|
||||
public class DatEngine {
|
||||
public DatReader datReader;
|
||||
|
||||
public DatEngine(string pathDat) {
|
||||
datReader = new DatReader(pathDat);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue