LeviLamina
Loading...
Searching...
No Matches
ClientScriptDebugDrawerDataComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace ScriptModuleDebugUtilities { struct ClientScriptDebugShape; }
8// clang-format on
9
10namespace ScriptModuleDebugUtilities {
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 24, ::std::vector<::ScriptModuleDebugUtilities::ClientScriptDebugShape>> mShapes;
17 ::ll::TypedStorage<1, 1, bool> mDirty;
18 // NOLINTEND
19};
20
21} // namespace ScriptModuleDebugUtilities
Definition ClientScriptDebugDrawerDataComponent.h:12