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

    Interface RelationshipEntry

    interface RelationshipEntry {
        change: number;
        reason: string;
        timestamp?: Date;
    }
    Index

    Properties

    change: number
    reason: string
    timestamp?: Date