This commit is contained in:
VariableVince
2026-05-23 22:31:31 +02:00
parent 2af4955c16
commit 8991b80dae
+1 -1
View File
@@ -51,7 +51,7 @@ export class PlaySoundEffectEvent implements GameEvent {
}
export class SoundUpdateEvent implements GameEvent {
constructor(public gu: GameUpdateViewData) {}
constructor(public readonly gu: GameUpdateViewData) {}
}
export class SetSoundEffectsVolumeEvent implements GameEvent {