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