pkNX/pkNX.Containers/IFileInternal.cs
Kurt 38b784e19b Add handling for S/V load and data ripping
Co-Authored-By: SciresM <8676005+SciresM@users.noreply.github.com>
Co-Authored-By: Matt <17801814+sora10pls@users.noreply.github.com>
Co-Authored-By: Lusamine <30205550+Lusamine@users.noreply.github.com>
2022-11-24 15:30:03 -08:00

8 lines
140 B
C#

namespace pkNX.Containers;
public interface IFileInternal
{
byte[] GetPackedFile(string file);
byte[] GetPackedFile(ulong hash);
}