Merge branch 'bug/anchoring-reagent-dispenser' of https://github.com/juliangiebel/space-station-14 into bug/anchoring-reagent-dispenser

This commit is contained in:
juliangiebel
2020-08-13 20:18:15 +02:00

View File

@@ -14,9 +14,9 @@ namespace Content.Shared.Interfaces.GameObjects.Components
public interface IInteractUsing public interface IInteractUsing
{ {
/// <summary> /// <summary>
/// The interaction Priority. Higher numbers get called first. /// The interaction priority. Higher numbers get called first.
/// </summary> /// </summary>
/// <value>Prority defaults to 0</value> /// <value>Priority defaults to 0</value>
int Priority { get => 0; } int Priority { get => 0; }
/// <summary> /// <summary>