Reduce verb menu pop-in / rearranging (#6611)

This commit is contained in:
Leon Friedrich
2022-02-10 16:27:34 +13:00
committed by GitHub
parent 1c9ffdc78c
commit 7549adf2f4
7 changed files with 82 additions and 36 deletions

View File

@@ -1,15 +1,12 @@
using Content.Shared.Pointing.Components;
using Content.Shared.Pointing.Components;
using Robust.Server.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Serialization.Manager.Attributes;
using Robust.Shared.ViewVariables;
using DrawDepth = Content.Shared.DrawDepth.DrawDepth;
namespace Content.Server.Pointing.Components
{
[RegisterComponent]
public class PointingArrowComponent : SharedPointingArrowComponent
[ComponentReference(typeof(SharedPointingArrowComponent))]
public sealed class PointingArrowComponent : SharedPointingArrowComponent
{
[Dependency] private readonly IEntityManager _entMan = default!;