(cherry picked from commit f8202b76fb14458d23b255a208ccaf5906f7adef)
This commit is contained in:
Your Name
2025-03-28 17:18:31 -05:00
committed by Spatison
parent c91a4dc436
commit 5d74dede0b

View File

@@ -46,7 +46,7 @@ public sealed partial class BinglePitComponent : Component
/// Where the entities go when they fall into the pit, empties when the pit is destroyed
/// </summary>
[DataField("pit")]
public Container Pit? = default!;
public Container? Pit = default!;
[DataField]
public SoundSpecifier FallingSound = new SoundPathSpecifier("/Audio/Effects/falling.ogg");
[DataField]