diff --git a/Content.Shared/_RMC14/Weapons/Ranged/Prediction/IgnorePredictionHideComponent.cs b/Content.Shared/_RMC14/Weapons/Ranged/Prediction/IgnorePredictionHideComponent.cs new file mode 100644 index 0000000000..0883415618 --- /dev/null +++ b/Content.Shared/_RMC14/Weapons/Ranged/Prediction/IgnorePredictionHideComponent.cs @@ -0,0 +1,7 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared._RMC14.Weapons.Ranged.Prediction; + +[RegisterComponent, NetworkedComponent] +[Access(typeof(SharedGunPredictionSystem))] +public sealed partial class IgnorePredictionHideComponent : Component;