DotN64/DotN64/Switch.cs

9 lines
90 B
C#

namespace DotN64
{
public enum Switch : byte
{
Off,
On
}
}