mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-23 23:25:35 +00:00
11 lines
150 B
C#
11 lines
150 B
C#
namespace SabreTools.Models.Nitro
|
|
{
|
|
public enum Unitcode : byte
|
|
{
|
|
NDS = 0x00,
|
|
|
|
NDSPlusDSi = 0x02,
|
|
|
|
DSi = 0x03,
|
|
}
|
|
} |