10 lines
263 B
C#
10 lines
263 B
C#
namespace Content.Server.Xenoarchaeology.XenoArtifacts.Triggers.Components;
|
|
|
|
/// <summary>
|
|
/// Triggers when the artifact lands after being thrown.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class ArtifactLandTriggerComponent : Component
|
|
{
|
|
}
|