15 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnEnteredBlock;
16 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnExitedBlock;
17 ::ll::TypedStorage<8, 8, ::gsl::not_null<::Block const*>> mBlock;
18 ::ll::TypedStorage<1, 1, bool> mWatchEnter;
19 ::ll::TypedStorage<1, 1, bool> mWatchExit;
20 ::ll::TypedStorage<1, 1, bool> mCurrentlyInside;
21 ::ll::TypedStorage<1, 1, bool> mWasInside;
22 ::ll::TypedStorage<1, 1, bool> mIgnoreStates;