ACE3/addons/parachute/XEH_preInit.sqf

11 lines
142 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
ADDON = false;
PREP(doLanding);
PREP(hideAltimeter);
PREP(onEachFrame);
PREP(showAltimeter);
ADDON = true;