December 2014 files
This commit is contained in:
@@ -6,12 +6,11 @@ class HurtByTargetGoal : public TargetGoal
|
||||
{
|
||||
private:
|
||||
bool alertSameType;
|
||||
shared_ptr<Mob> oldHurtByMob;
|
||||
int timestamp;
|
||||
|
||||
public:
|
||||
HurtByTargetGoal(Mob *mob, bool alertSameType);
|
||||
HurtByTargetGoal(PathfinderMob *mob, bool alertSameType);
|
||||
|
||||
bool canUse();
|
||||
void start();
|
||||
void tick();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user