mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 13:45:57 +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,
|
|
}
|
|
} |