From 4df9a77f32f940352a6d7c6a40c4aabc73a5fec3 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 2 Apr 2026 19:42:29 +0200 Subject: [PATCH] Import functions to create play and stop sound interaction links --- src/app/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 48595127..9f237f1e 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -123,7 +123,9 @@ import { getEntityDisplayLabelById, getSortedEntityDisplayLabels } from "../enti import { areInteractionLinksEqual, createPlayAnimationInteractionLink, + createPlaySoundInteractionLink, createStopAnimationInteractionLink, + createStopSoundInteractionLink, createTeleportPlayerInteractionLink, createToggleVisibilityInteractionLink, getInteractionLinksForSource,