using Robust.Shared.GameStates; namespace Content.Shared.Xenoarchaeology.Artifact.XAT.Components; /// /// This is used for an artifact that is activated when someone examines it. /// [RegisterComponent, NetworkedComponent, Access(typeof(XATExamineSystem))] public sealed partial class XATExamineComponent : Component;