mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 10:44:08 +00:00
Add support to reload the config (#868)
This commit is contained in:
@@ -19,7 +19,8 @@ class dpGrid;
|
||||
|
||||
class dpWorld : public Singleton<dpWorld> {
|
||||
public:
|
||||
void Initialize(unsigned int zoneID);
|
||||
void Initialize(unsigned int zoneID, bool generateNewNavMesh = true);
|
||||
void Reload();
|
||||
|
||||
~dpWorld();
|
||||
|
||||
@@ -43,4 +44,5 @@ private:
|
||||
std::vector<dpEntity*> m_DynamicEntites;
|
||||
|
||||
dNavMesh* m_NavMesh = nullptr;
|
||||
uint32_t m_ZoneID = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user