Add higher interaction priority to

This commit is contained in:
juliangiebel
2020-08-12 23:41:09 +02:00
parent ba058ccbdd
commit 3b894c7de4

View File

@@ -14,6 +14,8 @@ namespace Content.Server.GameObjects.Components
{
public override string Name => "Anchorable";
int IInteractUsing.Priority { get => 1; }
/// <summary>
/// Checks if a tool can change the anchored status.
/// </summary>