Add api to get expedition's zone name

This commit is contained in:
hg
2020-09-22 22:46:35 -04:00
parent cbccd72050
commit 2c2c2ac5ee
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@ public:
int GetSecondsRemaining();
std::string GetUUID();
int GetZoneID();
std::string GetZoneName();
int GetZoneVersion();
bool HasLockout(std::string event_name);
bool HasReplayLockout();