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

    Interface EnvironmentalContext

    interface EnvironmentalContext {
        weather?: string;
        season?: string;
        timeOfDay?: string;
    }
    Index

    Properties

    weather?: string
    season?: string
    timeOfDay?: string