Change formating
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Content.Server.GameObjects.Components
|
||||
{
|
||||
public override string Name => "Anchorable";
|
||||
|
||||
int IInteractUsing.Priority { get => 1; }
|
||||
int IInteractUsing.Priority => 1;
|
||||
|
||||
/// <summary>
|
||||
/// Checks if a tool can change the anchored status.
|
||||
|
||||
Reference in New Issue
Block a user