6
2025-11-05 11:11:22 +03:00

10 lines
367 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Xenoarchaeology.Artifact.XAT.Components;
/// <summary>
/// This is used for a xenoarch trigger that activates after any type of physical interaction.
/// </summary>
[RegisterComponent, NetworkedComponent, Access(typeof(XATInteractionSystem))]
public sealed partial class XATInteractionComponent : Component;