rise-and-swine/Assets/Scripts/Assembly-CSharp/e2dGeneratorCurveMethod.cs
2023-02-25 23:04:03 -05:00

9 lines
101 B
C#

public enum e2dGeneratorCurveMethod
{
PERLIN,
MIDPOINT,
VORONOI,
WALK,
PEAKS,
NUM_METHODS
}