mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
18 lines
316 B
Plaintext
18 lines
316 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
PREP(assignClientIDOnServer);
|
|
PREP(drawMapGestures);
|
|
PREP(endTransmit);
|
|
PREP(getProximityPlayers);
|
|
PREP(initTransmit);
|
|
PREP(isValidColorArray);
|
|
PREP(moduleGroupSettings);
|
|
PREP(moduleSettings);
|
|
PREP(receiverInit);
|
|
PREP(transmit);
|
|
PREP(transmitterInit);
|
|
|
|
ADDON = true;
|