using Robust.Shared.GameStates; namespace Content.Shared.Weapons.Reflect; /// /// Added to an entity if it equips a reflection item in a hand slot or into its clothing. /// Reflection events will then be relayed. /// [RegisterComponent, NetworkedComponent] public sealed partial class ReflectUserComponent : Component;