8 lines
197 B
C#
8 lines
197 B
C#
using Content.Shared.Pointing.Components;
|
|
|
|
namespace Content.Client.Pointing.Components
|
|
{
|
|
[RegisterComponent]
|
|
public sealed class PointingArrowComponent : SharedPointingArrowComponent {}
|
|
}
|