feat: i18n for choice prompt via promptKey, with fallback
This commit is contained in:
@@ -26,6 +26,7 @@ export interface Choice {
|
||||
text: string
|
||||
textKey?: string
|
||||
prompt?: string
|
||||
promptKey?: string
|
||||
targetScene: string
|
||||
conditions?: Condition[]
|
||||
effects?: Effect[]
|
||||
|
||||
Reference in New Issue
Block a user