8 lines
99 B
C#
8 lines
99 B
C#
namespace CdgLib.SubCode
|
|
{
|
|
internal enum Command : byte
|
|
{
|
|
Graphic = 0x9
|
|
}
|
|
}
|