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

    Interface TimeSystemState

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

    Properties

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