18 enum class State :
int {
21 SelectToolInHotbar = 2,
27 ::ll::TypedStorage<8, 32, ::std::string> mItemName;
28 ::ll::TypedStorage<8, 8, ::Item const*> mItem;
29 ::ll::TypedStorage<4, 4, int> mItemSlot;
30 ::ll::TypedStorage<4, 4, ::SelectItemNode::State> mState;
37 virtual ::BehaviorStatus tick(
::Actor&) ;
40 virtual void initializeFromDefinition(
::Actor& owner) ;