From 2c853ea5723c3a68d5eb696e8707973c6530c5df Mon Sep 17 00:00:00 2001 From: Julian Giebel Date: Sun, 16 Aug 2020 17:45:15 +0200 Subject: [PATCH] Update IInteractUsing.cs --- .../GameObjects/Components/Interaction/IInteractUsing.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Interfaces/GameObjects/Components/Interaction/IInteractUsing.cs b/Content.Shared/Interfaces/GameObjects/Components/Interaction/IInteractUsing.cs index f036e91314..21c0dacedb 100644 --- a/Content.Shared/Interfaces/GameObjects/Components/Interaction/IInteractUsing.cs +++ b/Content.Shared/Interfaces/GameObjects/Components/Interaction/IInteractUsing.cs @@ -17,7 +17,7 @@ namespace Content.Shared.Interfaces.GameObjects.Components /// The interaction priority. Higher numbers get called first. /// /// Priority defaults to 0 - int Priority { get => 0; } + int Priority => 0; /// /// Called when using one object on another when user is in range of the target entity.