More artifact effects (#13300)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Robust.Shared.Serialization;
|
||||
using Content.Shared.Actions;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Xenoarchaeology.XenoArtifacts;
|
||||
|
||||
@@ -8,3 +9,10 @@ public enum SharedArtifactsVisuals : byte
|
||||
SpriteIndex,
|
||||
IsActivated
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Raised as an instant action event when a sentient artifact activates itself using an action.
|
||||
/// </summary>
|
||||
public sealed class ArtifactSelfActivateEvent : InstantActionEvent
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user