pokemon-rogue-battle
    Preparing search index...

    Interface SerializedTerrain

    interface SerializedTerrain {
        terrainType: TerrainType;
        turnsLeft: number;
    }
    Index

    Properties

    terrainType: TerrainType
    turnsLeft: number