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