14class OwnerHurtByTargetGoal :
public ::TargetGoal {
18 ::ll::TypedStorage<8, 40, ::TempEPtr<::Mob>> mOwnerHurtBy;
19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
24 OwnerHurtByTargetGoal& operator=(OwnerHurtByTargetGoal
const&);
25 OwnerHurtByTargetGoal(OwnerHurtByTargetGoal
const&);
26 OwnerHurtByTargetGoal();
31 virtual bool canUse() ;
33 virtual void start() ;
35 virtual ~OwnerHurtByTargetGoal() =
default;