BMTuneSource/Data/MapGraphType.cs

16 lines
184 B
C#

namespace Data
{
using System;
[DoNotObfuscate]
public enum MapGraphType
{
twoD,
threeD,
timePlot,
rpmPlot,
custom
}
}