11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
#include "script_component.hpp"
|
|
ADDON = false;
|
|
|
|
PREP_RECOMPILE_START;
|
|
#include "XEH_PREP.hpp"
|
|
PREP_RECOMPILE_END;
|
|
|
|
GVAR(armory_unlocks) = [];
|
|
GVAR(garage_unlocks) = [];
|
|
|
|
ADDON = true; |