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

    Interface NPC

    interface NPC {
        id: string;
        name: string;
        type: string;
        history?: RelationshipEntry[];
        relationships?: Map<string, Relationship>;
        createdAt?: Date;
    }
    Index

    Properties

    id: string
    name: string
    type: string
    history?: RelationshipEntry[]
    relationships?: Map<string, Relationship>
    createdAt?: Date