LeviLamina
Loading...
Searching...
No Matches
PotionMixDataEntry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 4, int> fromItemId;
10 ::ll::TypedStorage<4, 4, int> fromItemAux;
11 ::ll::TypedStorage<4, 4, int> reagentItemId;
12 ::ll::TypedStorage<4, 4, int> reagentItemAux;
13 ::ll::TypedStorage<4, 4, int> toItemId;
14 ::ll::TypedStorage<4, 4, int> toItemAux;
15 // NOLINTEND
16};
Definition PotionMixDataEntry.h:5