6
StarHorizon_Public/Content.Shared/Ghost/SpectralComponent.cs
2025-11-12 10:55:00 +03:00

10 lines
250 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Ghost;
/// <summary>
/// Marker component to identify "ghostly" entities.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class SpectralComponent : Component { }