mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
Merge pull request #284 from saltshaker/main
This commit is contained in:
commit
0700b9647b
@ -3,6 +3,7 @@
|
||||
#include "dCommonVars.h"
|
||||
#include <unordered_map>
|
||||
#include "Singleton.h"
|
||||
#include <vector>
|
||||
|
||||
class Entity;
|
||||
|
||||
@ -58,4 +59,4 @@ class LootGenerator : public Singleton<LootGenerator> {
|
||||
std::unordered_map<uint32_t, RarityTable> m_RarityTables;
|
||||
std::unordered_map<uint32_t, LootMatrix> m_LootMatrices;
|
||||
std::unordered_map<uint32_t, LootTable> m_LootTables;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user