20 ::ll::TypedStorage<8, 16, ::mce::UUID> mUID;
21 ::ll::TypedStorage<8, 32, ::std::string> mName;
22 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityId;
23 ::ll::TypedStorage<4, 48, ::Bounds> mBounds;
24 ::ll::TypedStorage<4, 4, float> mMaxDistToPlayers;
25 ::ll::TypedStorage<1, 1, bool> mIsCircle;
26 ::ll::TypedStorage<1, 1, bool> mAlwaysActive;
27 ::ll::TypedStorage<1, 1, ::TickingAreaLoadMode> mLoadMode;
28 ::ll::TypedStorage<1, 1, bool> mCreated;
29 ::ll::TypedStorage<8, 16, ::std::optional<uint64>> mScope;
35 MCAPI ::TickingAreaDescription getDescription()
const;