Revert 'Revert 'Solution Entities'' (#23168)

This commit is contained in:
TemporalOroboros
2023-12-29 04:47:43 -08:00
committed by GitHub
parent 93e1af2f8d
commit d23c8d5c19
180 changed files with 3541 additions and 2956 deletions

View File

@@ -10,13 +10,13 @@ public sealed partial class AdjustAlert : ReagentEffect
[DataField("alertType", required: true)]
public AlertType Type;
[DataField("clear")]
[DataField]
public bool Clear;
[DataField("cooldown")]
[DataField]
public bool Cooldown;
[DataField("time")]
[DataField]
public float Time;
//JUSTIFICATION: This just changes some visuals, doesn't need to be documented.