mirror of
https://github.com/kwsch/pkNX.git
synced 2026-04-17 07:05:48 -05:00
File scoped namespaces for all lib projects netstandard2.0 => net6; now uniform. bye netframework!
8 lines
105 B
C#
8 lines
105 B
C#
namespace pkNX.Containers;
|
|
|
|
public enum GARCVersion : ushort
|
|
{
|
|
VER_4 = 0x0400,
|
|
VER_6 = 0x0600,
|
|
}
|