Cyrus Mod Loader
Loading...
Searching...
No Matches
TreasureCardLootInfo.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/LootInfo.h>
4#include <Cyrus/Classes/LootInfoBase.h>
5#include <Cyrus/Classes/PropertyClass.h>
6
8public:
9 unsigned int getSpellID() { // Property Generated Getter
10 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x50);
11 }
12
13 void setSpellID(unsigned int val) { // Property Generated Setter
14 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x50) = val;
15 }
16
17};
Definition LootInfo.h:7
Definition TreasureCardLootInfo.h:7
void setSpellID(unsigned int val)
Definition TreasureCardLootInfo.h:13
unsigned int getSpellID()
Definition TreasureCardLootInfo.h:9