adds attr
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Robust.Shared;
|
||||
using Robust.Shared.Interfaces.GameObjects;
|
||||
using Robust.Shared.Map;
|
||||
|
||||
@@ -8,6 +9,7 @@ namespace Content.Shared.Interfaces.GameObjects.Components
|
||||
/// This interface allows a local client to initiate dragging of the component's
|
||||
/// entity by mouse, for drag and drop interactions.
|
||||
/// </summary>
|
||||
[RequiresExplicitImplementation]
|
||||
public interface IDraggable
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user