23 using CommandAreas = ::std::map<::ChunkPos, ::std::unique_ptr<::CommandArea>>;
28 ::ll::TypedStorage<8, 200, ::CommandSelector<::Actor>> mTargets;
29 ::ll::TypedStorage<4, 8, ::RelativeFloat> mX;
30 ::ll::TypedStorage<4, 8, ::RelativeFloat> maxHeight;
31 ::ll::TypedStorage<4, 8, ::RelativeFloat> mZ;
32 ::ll::TypedStorage<4, 4, float> mDistance;
33 ::ll::TypedStorage<4, 4, float> mMaxRange;