11struct ActorUpgradeStartedEvent {
15 ::ll::TypedStorage<8, 8, ::Actor&> mActor;
16 ::ll::TypedStorage<8, 32, ::std::string const> mUpgrade;
17 ::ll::TypedStorage<8, 8, ::std::vector<::ActorDefinitionModifier>&> mDefinitionModifiers;
22 ActorUpgradeStartedEvent& operator=(ActorUpgradeStartedEvent
const&);
23 ActorUpgradeStartedEvent(ActorUpgradeStartedEvent
const&);
24 ActorUpgradeStartedEvent();
29 MCAPI ~ActorUpgradeStartedEvent();