11struct ActorUpgradeEndedEvent {
15 ::ll::TypedStorage<8, 8, ::Actor&> mActor;
16 ::ll::TypedStorage<8, 32, ::std::string const> mUpgrade;
17 ::ll::TypedStorage<8, 24, ::std::vector<::ActorDefinitionModifier>
const> mDefinitionModifiers;
22 ActorUpgradeEndedEvent& operator=(ActorUpgradeEndedEvent
const&);
23 ActorUpgradeEndedEvent();
28 MCAPI ActorUpgradeEndedEvent(::ActorUpgradeEndedEvent
const&);
30 MCAPI ~ActorUpgradeEndedEvent();
36 MCFOLD
void* $ctor(::ActorUpgradeEndedEvent
const&);