6
2025-08-05 10:00:54 +03:00

12 lines
225 B
C#

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