Add startDialogue method to runtime control foundation tests
This commit is contained in:
@@ -386,6 +386,7 @@ describe("runtime control foundation", () => {
|
||||
stopAnimation: () => {},
|
||||
playSound: () => {},
|
||||
stopSound: () => {},
|
||||
startDialogue: () => {},
|
||||
dispatchControlEffect: (effect, link) => {
|
||||
dispatches.push({
|
||||
type: `${link.id}:${effect.type}`,
|
||||
|
||||
Reference in New Issue
Block a user