TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldPackets::Quest::QuestCurrency Struct Reference

#include <QuestPackets.h>

Public Member Functions

 QuestCurrency (int32 currencyID=0, int32 amount=0)
 

Public Attributes

int32 CurrencyID
 
int32 Amount
 

Constructor & Destructor Documentation

WorldPackets::Quest::QuestCurrency::QuestCurrency ( int32  currencyID = 0,
int32  amount = 0 
)
inline
365 : CurrencyID(currencyID), Amount(amount) { }
int32 CurrencyID
Definition: QuestPackets.h:366
int32 Amount
Definition: QuestPackets.h:367

Member Data Documentation

int32 WorldPackets::Quest::QuestCurrency::Amount
int32 WorldPackets::Quest::QuestCurrency::CurrencyID

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