LeviLamina
Loading...
Searching...
No Matches
PackStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class PackStats {
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 4, uint> mOverriddenEntityCount;
10 ::ll::TypedStorage<4, 4, uint> mCustomEntityCount;
11 ::ll::TypedStorage<4, 4, uint> mCustomAnimationCount;
12 ::ll::TypedStorage<4, 4, uint> mCustomEffectCount;
13 // NOLINTEND
14};
Definition PackStats.h:5