ACE3/addons/sitting/XEH_preInit.sqf
2015-06-08 23:25:15 +02:00

13 lines
162 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(canSit);
PREP(canStand);
PREP(getRandomAnimation);
PREP(moduleInit);
PREP(sit);
PREP(stand);
ADDON = true;