using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.GameObjects.Components.Weapons.Ranged { /// /// This is sent if the MagazineBarrel AutoEjects the magazine /// [Serializable, NetSerializable] public sealed class MagazineAutoEjectMessage : ComponentMessage {} }