Add marker components for admin shenanigans (#36776)

This commit is contained in:
Tayrtahn
2025-04-20 15:08:41 -04:00
committed by GitHub
parent 1bad0980ee
commit ca33d6bb70

View File

@@ -0,0 +1,19 @@
namespace Content.Shared.Administration.Components;
/// <summary>
/// This component does nothing. It exists for admin and testing purposes.
/// </summary>
/// <remarks>
/// As an example, this component can be added to an entity and then used as
/// the target component for a pinpointer.
/// </remarks>
[RegisterComponent]
public sealed partial class MarkerOneComponent : Component;
/// <inheritdoc cref="MarkerOneComponent"/>
[RegisterComponent]
public sealed partial class MarkerTwoComponent : Component;
/// <inheritdoc cref="MarkerOneComponent"/>
[RegisterComponent]
public sealed partial class MarkerThreeComponent : Component;