namespace Content.Shared.Procedural.Distance; /// /// Produces a squarish-shape that's better for filling in most of the area. /// public sealed partial class DunGenSquareBump : IDunGenDistance { [DataField] public float BlendWeight { get; set; } = 0.50f; }