forked from SpaceStation14-Shenanigans/Monolith
a9c18acd35
Co-authored-by: ike709 <ike709@github.com>
13 lines
356 B
C#
13 lines
356 B
C#
using Content.Shared.Pointing.Components;
|
|
using Robust.Client.GameObjects;
|
|
using DrawDepth = Content.Shared.DrawDepth.DrawDepth;
|
|
|
|
namespace Content.Client.Pointing.Components
|
|
{
|
|
[RegisterComponent]
|
|
[ComponentReference(typeof(SharedPointingArrowComponent))]
|
|
public sealed class PointingArrowComponent : SharedPointingArrowComponent
|
|
{
|
|
}
|
|
}
|