8 using OnInteraction = ::std::function<void()>;
13 ::ll::TypedStorage<8, 32, ::std::string> mInteractText;
14 ::ll::TypedStorage<8, 64, ::std::function<void()>> mInteraction;
15 ::ll::TypedStorage<1, 1, bool> mNoCapture;
27 MCAPI
void capture(::std::function<
void()> interactFunc);
35 MCAPI
void* $ctor(
bool noCapture);