2021-02-11 01:13:03 -08:00
|
|
|
using Robust.Client.GameObjects;
|
2020-05-24 01:47:14 +02:00
|
|
|
using Robust.Shared.GameObjects;
|
2021-12-03 14:17:01 +01:00
|
|
|
using Robust.Shared.IoC;
|
2020-05-24 01:47:14 +02:00
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
namespace Content.Client.Markers
|
2020-05-24 01:47:14 +02:00
|
|
|
{
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class MarkerComponent : Component
|
2020-05-24 01:47:14 +02:00
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|