LethalCompany/Lethal Company/ExportedProject/Assets/Scripts/Assembly-CSharp/DunGen/LocalPropSetCountMode.cs

10 lines
114 B
C#
Raw Normal View History

2023-12-22 22:51:17 +00:00
namespace DunGen
{
public enum LocalPropSetCountMode
{
Random = 0,
DepthBased = 1,
DepthMultiply = 2
}
}