Remove unused function startDialogue from runtime-control-foundation.test.ts

This commit is contained in:
2026-04-15 09:58:56 +02:00
parent a894e33190
commit a178760168

View File

@@ -400,7 +400,6 @@ describe("runtime control foundation", () => {
playSound: () => {},
stopSound: () => {},
startNpcDialogue: () => {},
startDialogue: () => {},
dispatchControlEffect: (effect, link) => {
dispatches.push({
type: `${link.id}:${effect.type}`,