HondaReflashTool/GEnum0.cs

9 lines
77 B
C#
Raw Permalink Normal View History

using System;
public enum GEnum0
{
Absolute,
Relative
}