adds attr

This commit is contained in:
Paul
2021-01-23 20:00:29 +01:00
parent cd5b6ecc90
commit eca029a278
25 changed files with 51 additions and 0 deletions

View File

@@ -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>