pokemon-rogue-battle
    Preparing search index...

    Interface SerializedWeather

    interface SerializedWeather {
        turnsLeft: number;
        weatherType: WeatherType;
    }
    Index

    Properties

    turnsLeft: number
    weatherType: WeatherType