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;
|
||||
|
||||
@@ -9,6 +10,7 @@ namespace Content.Shared.Interfaces.GameObjects.Components
|
||||
/// This interface gives components behavior when using the entity in your active hand
|
||||
/// (done by clicking the entity in the active hand or pressing the keybind that defaults to Z).
|
||||
/// </summary>
|
||||
[RequiresExplicitImplementation]
|
||||
public interface IUse
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user