LeviLamina
Loading...
Searching...
No Matches
TripodCameraTakePictureComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/game_refs/WeakRef.h"
7
8// auto generated forward declare list
9// clang-format off
10class EntityContext;
11// clang-format on
12
14public:
15 // TripodCameraTakePictureComponent inner types declare
16 // clang-format off
17 class Definition;
18 // clang-format on
19
20 // TripodCameraTakePictureComponent inner types define
21 class Definition {};
22
23public:
24 // member variables
25 // NOLINTBEGIN
26 ::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mSubject;
27 // NOLINTEND
28};
Definition EntityContext.h:16
Definition TripodCameraTakePictureComponent.h:21
Definition TripodCameraTakePictureComponent.h:13