mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 21:27:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "stdafx.h"
|
||||
#include "SettingsLoader.h"
|
||||
#include "RobloxServicesTools.h"
|
||||
#include "HttpTools.h"
|
||||
|
||||
|
||||
std::string SettingsLoader::GetSettingsString(std::string groupName)
|
||||
{
|
||||
std::string url = GetSettingsUrl(_baseUrl, groupName.c_str(), "76E5A40C-3AE1-4028-9F10-7C62520BD94F");
|
||||
return HttpTools::httpGetString(url);
|
||||
}
|
||||
Reference in New Issue
Block a user