6
StarHorizon_Public/Content.Shared/Mindshield/Components/MindShieldImplantComponent.cs
2026-01-24 12:49:55 +03:00

11 lines
367 B
C#

using Content.Shared.Revolutionary;
using Robust.Shared.GameStates;
namespace Content.Shared.Mindshield.Components;
/// <summary>
/// Component given to an entity to mark it is a mindshield implant.
/// </summary>
[RegisterComponent, NetworkedComponent, Access(typeof(SharedRevolutionarySystem))]
public sealed partial class MindShieldImplantComponent : Component;