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

#include <QuestPackets.h>

Public Member Functions

 QuestObjectiveCollect (int32 objectID=0, int32 amount=0)
 

Public Attributes

int32 ObjectID
 
int32 Amount
 

Constructor & Destructor Documentation

WorldPackets::Quest::QuestObjectiveCollect::QuestObjectiveCollect ( int32  objectID = 0,
int32  amount = 0 
)
inline
358 : ObjectID(objectID), Amount(amount) { }
int32 Amount
Definition: QuestPackets.h:360
int32 ObjectID
Definition: QuestPackets.h:359

Member Data Documentation

int32 WorldPackets::Quest::QuestObjectiveCollect::Amount
int32 WorldPackets::Quest::QuestObjectiveCollect::ObjectID

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