ACE3/addons/dragging/XEH_preInit.sqf

9 lines
102 B
Plaintext
Raw Normal View History

2015-03-14 11:05:43 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(initObject);
PREP(setDraggable);
2015-03-14 11:05:43 +00:00
ADDON = true;