From d433cf7b1f3b6436d4f3da44a9ae1881151a0a54 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 11 May 2026 21:25:10 +0200 Subject: [PATCH] Update serialization tests for NPC targeting and run sequence links --- tests/serialization/scene-document-json.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/serialization/scene-document-json.test.ts b/tests/serialization/scene-document-json.test.ts index f8cb6c6b..9ffe49fc 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -47,6 +47,7 @@ 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, @@ -94,6 +95,7 @@ import { createControlInteractionLink, createPlayAnimationInteractionLink, createPlaySoundInteractionLink, + createRunSequenceInteractionLink, createStopAnimationInteractionLink, createStopSoundInteractionLink, createTeleportPlayerInteractionLink,