Skip to content

Commit

Permalink
Add ComponentEventAttribute to AfterAutoHandleStateEvent (#5243)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr authored Jun 15, 2024
1 parent 76eeebf commit 3a479cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ public sealed class AutoNetworkedFieldAttribute : Attribute
/// <see cref="AutoGenerateComponentStateAttribute.RaiseAfterAutoHandleState"/> is true, so that other systems
/// can have effects after handling state without having to redefine all replication.
/// </summary>
[ByRefEvent]
[ByRefEvent, ComponentEvent]
public record struct AfterAutoHandleStateEvent(IComponentState State);

0 comments on commit 3a479cb

Please sign in to comment.