20 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
21 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilters;
22 ::ll::TypedStorage<4, 4, int> mCooldownInTicks;
23 ::ll::TypedStorage<8, 8, ::Tick> mCooldownEndTick;
24 ::ll::TypedStorage<4, 12, ::Vec3> mTargetPosition;
37 virtual bool canUse() ;
40 virtual void start() ;
43 virtual bool canContinueToUse() ;
46 virtual void appendDebugInfo(::std::string& str)
const ;