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

    Interface EnvironmentalContext

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

    Properties

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