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

    Interface TimeSystem

    interface TimeSystem {
        currentDay: number;
        currentSeason: string;
        gameYear: number;
        timeBasedEvents: Map<string, any>;
    }
    Index

    Properties

    currentDay: number
    currentSeason: string
    gameYear: number
    timeBasedEvents: Map<string, any>