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