bad-piggies-0.1.3-porting/Assets/Scripts/Assembly-CSharp/e2dGeneratorCurveMethod.cs
2024-02-24 22:40:44 -05:00

9 lines
122 B
C#

public enum e2dGeneratorCurveMethod
{
PERLIN = 0,
MIDPOINT = 1,
VORONOI = 2,
WALK = 3,
PEAKS = 4,
NUM_METHODS = 5
}