6
2026-01-18 12:53:36 +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
{
}
}