21 ::ll::TypedStorage<8, 32, ::std::string> mRecipeId;
22 ::ll::TypedStorage<8, 24, ::std::vector<::cerealizer<::RecipeIngredient>::SerializedData>> mIngredients;
23 ::ll::TypedStorage<8, 24, ::std::vector<::cerealizer<::NetworkItemInstanceDescriptor>::SerializedData>> mResults;
24 ::ll::TypedStorage<8, 16, ::mce::UUID> mUuid;
25 ::ll::TypedStorage<8, 32, ::std::string> mTag;
26 ::ll::TypedStorage<4, 4, int> mPriority;
27 ::ll::TypedStorage<8, 48, ::std::optional<::cerealizer<::RecipeUnlockingRequirement>::SerializedData>>
28 mUnlockingRequirement;
29 ::ll::TypedStorage<4, 4, ::RecipeNetId> mNetId;