Delta-v/Content.Shared/_DV/CosmicCult/Components/Examine/CosmicLapseComponent.cs

10 lines
294 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._DV.CosmicCult.Components.Examine;
/// <summary>
/// Marker component for targets under the effect of Abberant Lapse.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class CosmicLapseComponent : Component;