first commit
This commit is contained in:
10
Minecraft.World/InteractGoal.h
Normal file
10
Minecraft.World/InteractGoal.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "LookAtPlayerGoal.h"
|
||||
|
||||
class InteractGoal : public LookAtPlayerGoal
|
||||
{
|
||||
public:
|
||||
InteractGoal(Mob *mob, const type_info& lookAtType, float lookDistance);
|
||||
InteractGoal(Mob *mob, const type_info& lookAtType, float lookDistance, float probability);
|
||||
};
|
||||
Reference in New Issue
Block a user