LeviLamina
Loading...
Searching...
No Matches
ClientInputLockLastComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/container/EnumSet.h"
7#include "mc/entity/enums/ClientInputLockCategory.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<2, 2, ::Bedrock::EnumSet<::ClientInputLockCategory, 13>> mActiveCategories;
14 // NOLINTEND
15};
Definition ClientInputLockLastComponent.h:9