Issues |
---|
Library to handle and parse Pangya model (.*pet
) files.
You can download this package on NuGet using the .NET CLI
dotnet add package PangLib.PET
Currently, there isn't much use for the library, but it will be able to parse different sections of the file and save them into instance attributes for you to eventually work with.
// Load PET file into instance
PETFile PET = new PETFile(File.Open("./item1_01.pet", FileMode.Open));
// You can now access the different structure types in their corresponding member variables
- Not all PET structures are parsed yet