From 4bd8be89c194dc6c688ea54b0bedc4e6fd8bd568 Mon Sep 17 00:00:00 2001 From: TabascoEye Date: Wed, 6 Apr 2022 12:00:23 +0200 Subject: [PATCH] Update IframeEvent.ts --- front/src/Api/Events/IframeEvent.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/Api/Events/IframeEvent.ts b/front/src/Api/Events/IframeEvent.ts index 5f21d751..9daccbec 100644 --- a/front/src/Api/Events/IframeEvent.ts +++ b/front/src/Api/Events/IframeEvent.ts @@ -13,6 +13,7 @@ import type { LayerEvent } from "./LayerEvent"; import type { SetPropertyEvent } from "./setPropertyEvent"; import type { LoadSoundEvent } from "./LoadSoundEvent"; import type { PlaySoundEvent } from "./PlaySoundEvent"; +import type { StopSoundEvent } from "./StopSoundEvent"; import type { MenuItemClickedEvent } from "./ui/MenuItemClickedEvent"; import type { HasPlayerMovedEvent } from "./HasPlayerMovedEvent"; import type { SetTilesEvent } from "./SetTilesEvent";