RPG Event Generator v4.0.0 - v4.0.0
    Preparing search index...

    Interface RelationshipEntry

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

    Properties

    change: number
    reason: string
    timestamp?: Date