Add events for custom action target validation (#27230)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
namespace Content.Shared.Actions.Events;
|
||||
|
||||
[ByRefEvent]
|
||||
public record struct ValidateActionEntityTargetEvent(EntityUid User, EntityUid Target, bool Cancelled = false);
|
||||
Reference in New Issue
Block a user