fish-station/Content.Client/Markers/MarkerComponent.cs
ike709 a9c18acd35
Remove misc Startup/Shutdown overrides (#8113)
Co-authored-by: ike709 <ike709@github.com>
2022-05-12 21:11:50 +10:00

11 lines
217 B
C#

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