Correct comment
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Content.Server.GameObjects.EntitySystems
|
|||||||
public interface IToolAct
|
public interface IToolAct
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Called when using a wrench on an entity
|
/// Called when using a tool on an entity
|
||||||
/// </summary>
|
/// </summary>
|
||||||
bool ToolAct(ToolActEventArgs eventArgs) => false;
|
bool ToolAct(ToolActEventArgs eventArgs) => false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user