Correct comment

This commit is contained in:
zumorica
2020-04-29 14:27:06 +02:00
parent 8e10522bd2
commit 89e7ad4144

View File

@@ -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;
} }