RPG Event Generator v3.1.0 - v3.1.1
    Preparing search index...

    Interface ExportData

    interface ExportData {
        templates: { [key: string]: Template };
        trainingData: { [key: string]: string[] };
        chains: { [key: string]: ChainDefinition };
        rules?: { [key: string]: RuleDefinition };
        npcs?: { [key: string]: NPC };
    }
    Index

    Properties

    templates: { [key: string]: Template }
    trainingData: { [key: string]: string[] }
    chains: { [key: string]: ChainDefinition }
    rules?: { [key: string]: RuleDefinition }
    npcs?: { [key: string]: NPC }