20    ::ll::TypedStorage<8, 8, ::Mob&>                          mCaster;
 
   21    ::ll::TypedStorage<8, 40, ::TempEPtr<::Actor>>            mTarget;
 
   22    ::ll::TypedStorage<8, 24, ::std::vector<::SendEventData>> mSpells;
 
   23    ::ll::TypedStorage<4, 4, int>                             mCurrentTick;
 
   24    ::ll::TypedStorage<4, 4, int>                             mCastTicksRemaining;
 
   25    ::ll::TypedStorage<4, 4, int>                             mCurrentSpellIndex;
 
   26    ::ll::TypedStorage<4, 4, int>                             mCurrentSpellStage;
 
   27    ::ll::TypedStorage<8, 8, uint64>                          mCooldownStopTick;
 
   40    virtual void appendDebugInfo(::std::string& str) 
const ;
 
   43    virtual bool canUse() ;
 
   46    virtual bool canContinueToUse() ;
 
   49    virtual void start() ;
 
   64    MCAPI 
int _selectBestSpell();
 
   76    MCAPI 
void $appendDebugInfo(::std::string& str) 
const;
 
   80    MCAPI 
bool $canContinueToUse();