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 JetBrains.Annotations;
using Robust.Shared;
using Robust.Shared.GameObjects;
namespace Content.Shared.Interfaces.GameObjects.Components
@@ -10,6 +11,7 @@ namespace Content.Shared.Interfaces.GameObjects.Components
/// However say you hold an item that is always hot like lava rock,
/// it will be permanently hot.
/// </summary>
[RequiresExplicitImplementation]
public interface IHotItem
{
bool IsCurrentlyHot();