Re-organize all projects (#4166)
This commit is contained in:
10
Content.Shared/Verbs/IShowContextMenu.cs
Normal file
10
Content.Shared/Verbs/IShowContextMenu.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
#nullable enable
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Shared.Verbs
|
||||
{
|
||||
public interface IShowContextMenu : IComponent
|
||||
{
|
||||
bool ShowContextMenu(IEntity examiner);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user