From 108ebe0bc4667b8c32ff31ab36423097ddc5790d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 23:55:38 +0200 Subject: [PATCH] Add createNpcTimeWindowPresence function --- tests/domain/scene-document-validation.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/domain/scene-document-validation.test.ts b/tests/domain/scene-document-validation.test.ts index 3535db16..677c113d 100644 --- a/tests/domain/scene-document-validation.test.ts +++ b/tests/domain/scene-document-validation.test.ts @@ -8,6 +8,7 @@ import { createPointLightEntity, createInteractableEntity, createNpcEntity, + createNpcTimeWindowPresence, createPlayerStartInputBindings, createPlayerStartEntity, createSoundEmitterEntity,