Remove unused function startDialogue from runtime-control-foundation.test.ts
This commit is contained in:
@@ -400,7 +400,6 @@ describe("runtime control foundation", () => {
|
||||
playSound: () => {},
|
||||
stopSound: () => {},
|
||||
startNpcDialogue: () => {},
|
||||
startDialogue: () => {},
|
||||
dispatchControlEffect: (effect, link) => {
|
||||
dispatches.push({
|
||||
type: `${link.id}:${effect.type}`,
|
||||
|
||||
Reference in New Issue
Block a user