Fix typos in doc comment
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user