Add welder toggle logs (#13303)

This commit is contained in:
Chief-Engineer
2023-01-20 10:05:05 -06:00
committed by GitHub
parent c925505ca1
commit d6228d7a4c
3 changed files with 22 additions and 1 deletions

View File

@@ -18,6 +18,11 @@ public sealed class ActivateInWorldEvent : HandledEntityEventArgs, ITargetedInte
/// </summary>
public EntityUid Target { get; }
/// <summary>
/// Set to true when the activation is logged by a specific logger.
/// </summary>
public bool WasLogged { get; set; }
public ActivateInWorldEvent(EntityUid user, EntityUid target)
{
User = user;