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

#include <SpellPackets.h>

Public Member Functions

 SpellLogPowerData (int32 powerType, int32 amount)
 

Public Attributes

int32 PowerType = 0
 
int32 Amount = 0
 

Constructor & Destructor Documentation

WorldPackets::Spells::SpellLogPowerData::SpellLogPowerData ( int32  powerType,
int32  amount 
)
inline
168 : PowerType(powerType), Amount(amount) { }
int32 PowerType
Definition: SpellPackets.h:170
int32 Amount
Definition: SpellPackets.h:171

Member Data Documentation

int32 WorldPackets::Spells::SpellLogPowerData::Amount = 0
int32 WorldPackets::Spells::SpellLogPowerData::PowerType = 0

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