mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 11:52:32 +00:00
Rabbit
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user