Issues |
---|
Utilities for common interaction with PangYa game files.
You can download this package on NuGet using the .NET CLI
dotnet add package PangLib.Utilities
The utilities present in this library are mainly static methods, so start using
a namespace of the library to use the methods within it.
The methods are properly documented, so just check out the source files and their comments to find out how to use the available utilities!
- Compression for LZ77 is missing