mirror of
https://github.com/kwsch/pkNX.git
synced 2026-03-23 02:34:22 -05:00
File scoped namespaces for all lib projects netstandard2.0 => net6; now uniform. bye netframework!
12 lines
128 B
C#
12 lines
128 B
C#
namespace pkNX.Containers;
|
|
|
|
public enum ContainerType
|
|
{
|
|
GARC,
|
|
Mini,
|
|
SARC,
|
|
Folder,
|
|
SingleFile,
|
|
GFPack,
|
|
}
|