From f1c15fd85b5372847a7016286727378e6ef1dd12 Mon Sep 17 00:00:00 2001 From: Aidenkrz Date: Mon, 16 Dec 2024 11:48:39 -0600 Subject: [PATCH] maybe --- .../Ranged/Prediction/IgnorePredictionHideComponent.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Content.Shared/_RMC14/Weapons/Ranged/Prediction/IgnorePredictionHideComponent.cs 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;