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

11 lines
243 B
C#

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