adds attr
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using JetBrains.Annotations;
|
||||
using Robust.Shared;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Interfaces.GameObjects;
|
||||
using Robust.Shared.Map;
|
||||
@@ -10,6 +11,7 @@ namespace Content.Shared.Interfaces.GameObjects.Components
|
||||
/// This interface gives components behavior when being clicked on by a user with an object
|
||||
/// outside the range of direct use
|
||||
/// </summary>
|
||||
[RequiresExplicitImplementation]
|
||||
public interface IRangedInteract
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user