LeviLamina
Loading...
Searching...
No Matches
ParticleMotionCollisionEventVector.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace SharedTypes::v1_20_80 { struct ParticleMotionCollisionEvent; }
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11namespace SharedTypes::v1_20_80 {
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_20_80::ParticleMotionCollisionEvent>> mEventVector;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23
24 // NOLINTEND
25
26public:
27 // static functions
28 // NOLINTBEGIN
29 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCFOLD_C void $dtor();
36 // NOLINTEND
37};
38
39} // namespace SharedTypes::v1_20_80
Definition ParticleMotionCollisionEventVector.h:13
Definition ParticleMotionCollisionEvent.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5