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,9 +1,12 @@
using Robust.Shared;
namespace Content.Shared.Interfaces.GameObjects.Components
{
/// <summary>
/// This interface allows the component's entity to be dragged and dropped
/// onto by another entity and gives it behavior when that occurs.
/// </summary>
[RequiresExplicitImplementation]
public interface IDragDropOn
{
/// <summary>