Make pointing arrows not show up on the context menu (#2252)
This commit is contained in:
9
Content.Shared/GameObjects/Verbs/IShowContextMenu.cs
Normal file
9
Content.Shared/GameObjects/Verbs/IShowContextMenu.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.Interfaces.GameObjects;
|
||||
|
||||
namespace Content.Shared.GameObjects.Verbs
|
||||
{
|
||||
public interface IShowContextMenu : IComponent
|
||||
{
|
||||
bool ShowContextMenu(IEntity examiner);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user