CharacterSpecific Templatesystems #36
@ -122,6 +122,8 @@ export class SimpleStateEditorComponent implements OnInit{
|
|||||||
return state.conditions
|
return state.conditions
|
||||||
} else if(state instanceof SimpleTemplateState){
|
} else if(state instanceof SimpleTemplateState){
|
||||||
return (state as SimpleTemplateState).conditionMap.get(this.templateElement)!
|
return (state as SimpleTemplateState).conditionMap.get(this.templateElement)!
|
||||||
|
} else {
|
||||||
|
return [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user