Files
tbd-station-14/Content.Shared/Roles/Components/ZombieRoleComponent.cs
2025-08-13 12:51:46 +02:00

10 lines
282 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Roles.Components;
/// <summary>
/// Added to mind role entities to tag that they are a zombie.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class ZombieRoleComponent : BaseMindRoleComponent;