mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
3118666f80
Started functionality
12 lines
192 B
Plaintext
12 lines
192 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
PREP(bi_moduleCurator);
|
|
PREP(bi_moduleMine);
|
|
PREP(bi_moduleProjectile);
|
|
PREP(bi_moduleRemoteControl);
|
|
PREP(moduleZeusSettings);
|
|
|
|
ADDON = true;
|