HondaReflashTool/GEnum1.cs

11 lines
123 B
C#

using System;
public enum GEnum1
{
Disabled,
Simple,
SynchronizedAverage,
SynchronizedSum
}