using Robust.Shared.GameStates; namespace Content.Shared.Xenoarchaeology.Artifact.XAE.Components; /// /// Removes the masks/layers of hard fixtures from the artifact when added, allowing it to pass through walls /// and such. /// [RegisterComponent, Access(typeof(XAERemoveCollisionSystem)), NetworkedComponent] public sealed partial class XAERemoveCollisionComponent : Component;