Item artifacts (#12652)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Content.Server.Xenoarchaeology.XenoArtifacts.Triggers.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Triggers when the artifact lands after being thrown.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ArtifactLandTriggerComponent : Component
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
namespace Content.Server.Xenoarchaeology.XenoArtifacts.Triggers.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Triggers when an item artifact is microwaved.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ArtifactMicrowaveTriggerComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user