BMTuneSource/Data/MapGraphSelect.cs

13 lines
135 B
C#

namespace Data
{
using System;
[DoNotObfuscate]
public enum MapGraphSelect
{
sqaure,
fill
}
}