From b95d47d31a2730e44229ae1d22a45dd373c1b2b2 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 11 May 2026 21:25:26 +0200 Subject: [PATCH] Remove unused imports for NPC targeting and run sequence links --- tests/serialization/scene-document-json.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/serialization/scene-document-json.test.ts b/tests/serialization/scene-document-json.test.ts index fb7765ba..1db9294c 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -47,7 +47,6 @@ import { MODEL_ASSET_PIPELINE_SCENE_DOCUMENT_VERSION, NPC_ENTITY_FOUNDATION_SCENE_DOCUMENT_VERSION, NPC_DIALOGUE_REFERENCE_SCENE_DOCUMENT_VERSION, - NPC_TARGETING_SCENE_DOCUMENT_VERSION, PATH_FOUNDATION_SCENE_DOCUMENT_VERSION, PLAYER_START_EDGE_ASSIST_SCENE_DOCUMENT_VERSION, PLAYER_START_AIR_CONTROL_SCENE_DOCUMENT_VERSION, @@ -95,7 +94,6 @@ import { createControlInteractionLink, createPlayAnimationInteractionLink, createPlaySoundInteractionLink, - createRunSequenceInteractionLink, createStopAnimationInteractionLink, createStopSoundInteractionLink, createTeleportPlayerInteractionLink,