using Content.Shared.Tools.Components; namespace Content.Shared.Tools.Systems; /// /// Raised when has changed. /// [ByRefEvent] public readonly record struct WeldableChangedEvent(bool IsWelded) { public readonly bool IsWelded = IsWelded; }