Files
OldThink/Content.Client/Pointing/Components/RoguePointingArrowComponent.cs

14 lines
372 B
C#
Raw Normal View History

2021-06-09 22:19:39 +02:00
using Content.Shared.Pointing.Components;
using Robust.Client.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
2021-06-09 22:19:39 +02:00
using DrawDepth = Content.Shared.DrawDepth.DrawDepth;
2021-06-09 22:19:39 +02:00
namespace Content.Client.Pointing.Components
{
[RegisterComponent]
public sealed partial class RoguePointingArrowComponent : SharedRoguePointingArrowComponent
{
}
}