2022-11-17 11:40:05 -06:00
|
|
|
|
namespace Content.Server.Xenoarchaeology.XenoArtifacts.Triggers.Components;
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Triggers when the artifact lands after being thrown.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
|
public sealed partial class ArtifactLandTriggerComponent : Component
|
2022-11-17 11:40:05 -06:00
|
|
|
|
{
|
|
|
|
|
|
}
|