Update IframeEvent.ts

This commit is contained in:
TabascoEye 2022-04-06 12:00:23 +02:00 committed by David Négrier
parent d29e100385
commit 4bd8be89c1

View File

@ -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";