6
StarHorizon_Public/Content.Shared/Actions/Events/ValidateActionWorldTargetEvent.cs
2025-08-05 10:00:54 +03:00

7 lines
203 B
C#

using Robust.Shared.Map;
namespace Content.Shared.Actions.Events;
[ByRefEvent]
public record struct ValidateActionWorldTargetEvent(EntityUid User, EntityCoordinates Target, bool Cancelled = false);