namespace Content.Shared.Administration.Components;
///
/// This component does nothing. It exists for admin and testing purposes.
///
///
/// As an example, this component can be added to an entity and then used as
/// the target component for a pinpointer.
///
[RegisterComponent]
public sealed partial class MarkerOneComponent : Component;
///
[RegisterComponent]
public sealed partial class MarkerTwoComponent : Component;
///
[RegisterComponent]
public sealed partial class MarkerThreeComponent : Component;