December 2014 files
This commit is contained in:
@@ -8,7 +8,8 @@ class OwnerHurtByTargetGoal : public TargetGoal
|
||||
{
|
||||
private:
|
||||
TamableAnimal *tameAnimal; // Owner of this goal
|
||||
weak_ptr<Mob> ownerLastHurtBy;
|
||||
weak_ptr<LivingEntity> ownerLastHurtBy;
|
||||
int timestamp;
|
||||
|
||||
public:
|
||||
OwnerHurtByTargetGoal(TamableAnimal *tameAnimal);
|
||||
|
||||
Reference in New Issue
Block a user