Skip to content

Commit

Permalink
compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
xanunderscore committed Dec 20, 2024
1 parent 7010140 commit af99dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BossMod/Data/WorldState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ public sealed record class OpEnvControl(byte Index, uint State) : Operation
public Event<OpSystemLogMessage> SystemLogMessage = new();
public sealed record class OpSystemLogMessage(uint MessageId, int[] Args) : Operation
{
public readonly int[] Args = Args;

protected override void Exec(WorldState ws) => ws.SystemLogMessage.Fire(this);
public override void Write(ReplayRecorder.Output output)
{
Expand Down

0 comments on commit af99dbd

Please sign in to comment.