Skip to content

Latest commit

 

History

History

PangLib.Utilities

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

PangLib.Utilities

Nuget Nuget Issues

Utilities for common interaction with PangYa game files.

Installation

You can download this package on NuGet using the .NET CLI

dotnet add package PangLib.Utilities

Usage

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!

Known Issues

  • Compression for LZ77 is missing