Issues |
---|
Library to handle and parse Pangya scripting languages.
- Script sections inside
.*pet
files
You can download this package on NuGet using the .NET CLI
dotnet add package PangLib.Scripting
using PangLib.Scripting.PET;
PETScript PET = new PETScript('*fx("@example" "DustBig.spr" "Bip01 R Toe0")');
// You can now access parsed commands in PET.Commands