using Content.Shared.DoAfter; using Robust.Shared.Serialization; namespace Content.Shared.Tools.Systems; /// /// Raised after welding do_after has finished. It doesn't guarantee success, /// use to get updated status. /// [Serializable, NetSerializable] public sealed class WeldFinishedEvent : SimpleDoAfterEvent { }