|
namespace Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Components;
|
|
|
|
/// <summary>
|
|
/// This is used for an artifact that triggers when activated.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class TriggerArtifactComponent : Component
|
|
{
|
|
|
|
}
|