mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
08763b6b9f
Still some problem with interaction...
14 lines
185 B
Plaintext
14 lines
185 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
PREP(attach);
|
|
PREP(canAttach);
|
|
PREP(canDetach);
|
|
PREP(detach);
|
|
PREP(openAttachUI);
|
|
PREP(placeApprove);
|
|
PREP(placeCancel);
|
|
|
|
ADDON = true;
|