mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
This reverts commit 1cd802640a.
This commit is contained in:
@@ -17,12 +17,12 @@ public sealed class AutoGenerateComponentStateAttribute : Attribute
|
||||
/// If this is true, the autogenerated code will raise a <see cref="AfterAutoHandleStateEvent"/> component event
|
||||
/// so that user-defined systems can have effects after handling state without redefining all replication.
|
||||
/// </summary>
|
||||
public readonly bool RaiseAfterAutoHandleState;
|
||||
public bool RaiseAfterAutoHandleState;
|
||||
|
||||
/// <summary>
|
||||
/// Should delta states be generated for every field.
|
||||
/// </summary>
|
||||
public readonly bool FieldDeltas;
|
||||
public bool FieldDeltas;
|
||||
|
||||
public AutoGenerateComponentStateAttribute(bool raiseAfterAutoHandleState = false, bool fieldDeltas = false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user