TrinityCore
WorldPackets::MythicPlus::DungeonScoreSeasonData Struct Reference

#include <MythicPlusPacketsCommon.h>

Public Attributes

int32 Season = 0
 
std::vector< DungeonScoreMapDataSeasonMaps
 
std::vector< DungeonScoreMapDataLadderMaps
 
float SeasonScore = 0.0f
 
float LadderScore = 0.0f
 

Detailed Description

Definition at line 87 of file MythicPlusPacketsCommon.h.

Member Data Documentation

◆ LadderMaps

std::vector<DungeonScoreMapData> WorldPackets::MythicPlus::DungeonScoreSeasonData::LadderMaps

Definition at line 91 of file MythicPlusPacketsCommon.h.

◆ LadderScore

float WorldPackets::MythicPlus::DungeonScoreSeasonData::LadderScore = 0.0f

Definition at line 93 of file MythicPlusPacketsCommon.h.

◆ Season

int32 WorldPackets::MythicPlus::DungeonScoreSeasonData::Season = 0

Definition at line 89 of file MythicPlusPacketsCommon.h.

◆ SeasonMaps

std::vector<DungeonScoreMapData> WorldPackets::MythicPlus::DungeonScoreSeasonData::SeasonMaps

Definition at line 90 of file MythicPlusPacketsCommon.h.

◆ SeasonScore

float WorldPackets::MythicPlus::DungeonScoreSeasonData::SeasonScore = 0.0f

Definition at line 92 of file MythicPlusPacketsCommon.h.


The documentation for this struct was generated from the following file: