LeviLamina
Loading...
Searching...
No Matches
StorageItemWeightData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace StorageItemUtility {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<4, 4, int> mOwnWeight;
12 ::ll::TypedStorage<4, 4, int> mContentsWeight;
13 ::ll::TypedStorage<4, 4, int> mContentsWeightLimit;
14 // NOLINTEND
15};
16
17} // namespace StorageItemUtility
Definition StorageItemWeightData.h:7