pokemon-rogue-battle
    Preparing search index...

    Interface WeatherPoolEntry

    interface WeatherPoolEntry {
        weatherType: WeatherType;
        weight: number;
    }
    Index

    Properties

    Properties

    weatherType: WeatherType
    weight: number