first commit
This commit is contained in:
16
Minecraft.World/LookAtTradingPlayerGoal.h
Normal file
16
Minecraft.World/LookAtTradingPlayerGoal.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "LookAtPlayerGoal.h"
|
||||
|
||||
class Villager;
|
||||
|
||||
class LookAtTradingPlayerGoal : public LookAtPlayerGoal
|
||||
{
|
||||
private:
|
||||
Villager *villager; // This is the owner of this goal
|
||||
|
||||
public:
|
||||
LookAtTradingPlayerGoal(Villager *villager);
|
||||
|
||||
virtual bool canUse();
|
||||
};
|
||||
Reference in New Issue
Block a user