rise-and-swine/Assets/Scripts/Assembly-CSharp/e2dGeneratorCurveMethod.cs

10 lines
101 B
C#
Raw Normal View History

2023-02-25 23:04:03 -05:00
public enum e2dGeneratorCurveMethod
{
PERLIN,
MIDPOINT,
VORONOI,
WALK,
PEAKS,
NUM_METHODS
}