mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Add ComponentEventAttribute to AfterAutoHandleStateEvent (#5243)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user