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