LethalCompany/Lethal Company/ExportedProject/Assets/Scripts/Assembly-CSharp/DunGen/LocalPropSetCountMode.cs
2023-12-22 18:30:10 -05:00

9 lines
114 B
C#

namespace DunGen
{
public enum LocalPropSetCountMode
{
Random = 0,
DepthBased = 1,
DepthMultiply = 2
}
}