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,8 +1,5 @@
using Robust.Shared.GameObjects;
namespace Content.Shared.Pointing.Components;
namespace Content.Shared.Pointing.Components
public abstract class SharedPointingArrowComponent : Component
{
public class SharedPointingArrowComponent : Component
{
}
}