namespace Content.Server._DV.Weapons.Ranged.Components; [RegisterComponent] public sealed partial class FireOnLandComponent : Component { /// /// Chance to trigger. /// [DataField] public float Probability = 0.1f; }