mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-10 13:52:16 +00:00
11 lines
159 B
C#
11 lines
159 B
C#
namespace BinaryObjectScanner.Models.Nitro
|
|
{
|
|
public enum Unitcode : byte
|
|
{
|
|
NDS = 0x00,
|
|
|
|
NDSPlusDSi = 0x02,
|
|
|
|
DSi = 0x03,
|
|
}
|
|
} |