feat: add accessKey and keyId to config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user