Add 'Run Sequence' interaction action label

This commit is contained in:
2026-04-14 23:45:09 +02:00
parent 55342fc9e3
commit d6b3b39edf

View File

@@ -1300,6 +1300,8 @@ function getInteractionActionLabel(link: InteractionLink): string {
return "Stop Sound";
case "startDialogue":
return "Start Dialogue";
case "runSequence":
return "Run Sequence";
case "control":
return "Control Effect";
}