feat: add accessKey and keyId to config

This commit is contained in:
2026-04-12 20:57:57 -03:00
parent 8a828db908
commit 72c5466ce6
2 changed files with 11 additions and 5 deletions
+4
View File
@@ -9,11 +9,15 @@
#include <nlohmann/json_fwd.hpp>
#include "dbdcrypt.h"
struct SpooferConfig
{
bool spoofCharacterOwnership = false;
bool spoofInventory = true;
bool spoofCustomization = true;
std::string accessKey = ACCESS_KEY;
std::string keyId = KEY_ID;
};
class Spoofer