using Robust.Client.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
namespace Content.Client.Markers
{
[RegisterComponent]
public sealed partial class MarkerComponent : Component
}