mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
19 lines
374 B
Plaintext
19 lines
374 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
#include "XEH_PREP.hpp"
|
|
|
|
GVAR(clientSideOptions) = [];
|
|
GVAR(clientSideColors) = [];
|
|
|
|
GVAR(serverConfigGeneration) = 0;
|
|
GVAR(ClientSettingsExportIncluded) = false;
|
|
GVAR(serverSideOptions) = [];
|
|
GVAR(serverSideColors) = [];
|
|
GVAR(serverSideValues) = [];
|
|
GVAR(categories) = [];
|
|
GVAR(currentCategorySelection) = 0;
|
|
|
|
ADDON = true;
|