Fix anchorable doc
This commit is contained in:
@@ -22,7 +22,6 @@ namespace Content.Server.GameObjects.Components
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="user">The user doing the action</param>
|
/// <param name="user">The user doing the action</param>
|
||||||
/// <param name="utilizing">The tool being used, can be null if forcing it</param>
|
/// <param name="utilizing">The tool being used, can be null if forcing it</param>
|
||||||
/// <param name="collidable">The collidable component of the owning entity</param>
|
|
||||||
/// <param name="force">Whether or not to check if the tool is valid</param>
|
/// <param name="force">Whether or not to check if the tool is valid</param>
|
||||||
/// <returns>true if it is valid, false otherwise</returns>
|
/// <returns>true if it is valid, false otherwise</returns>
|
||||||
private async Task<bool> Valid(IEntity user, IEntity? utilizing, [MaybeNullWhen(false)] bool force = false)
|
private async Task<bool> Valid(IEntity user, IEntity? utilizing, [MaybeNullWhen(false)] bool force = false)
|
||||||
|
|||||||
Reference in New Issue
Block a user