![]() |
TrinityCore
|
#include <CombatLogPacketsCommon.h>
Public Member Functions | |
| SpellLogPowerData (int8 powerType, int32 amount, int32 cost) | |
Public Attributes | |
| int8 | PowerType = 0 |
| int32 | Amount = 0 |
| int32 | Cost = 0 |
Definition at line 31 of file CombatLogPacketsCommon.h.
|
inline |
Definition at line 33 of file CombatLogPacketsCommon.h.
| int32 WorldPackets::Spells::SpellLogPowerData::Amount = 0 |
Definition at line 36 of file CombatLogPacketsCommon.h.
| int32 WorldPackets::Spells::SpellLogPowerData::Cost = 0 |
Definition at line 37 of file CombatLogPacketsCommon.h.
| int8 WorldPackets::Spells::SpellLogPowerData::PowerType = 0 |
Definition at line 35 of file CombatLogPacketsCommon.h.