pkNX/pkNX.Containers/ContainerType.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

13 lines
164 B
C#

namespace pkNX.Containers;
public enum ContainerType
{
GARC,
BinLinker,
SARC,
Folder,
SingleFile,
GameFreakPack,
SingleFileInternal,
}