Files
tbd-station-14/Content.Shared/Emag/Components/EmaggedComponent.cs

12 lines
248 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Emag.Components;
/// <summary>
/// Marker component for emagged entities
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class EmaggedComponent : Component
{
}