mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-22 23:18:13 +05:00
10 lines
269 B
C++
10 lines
269 B
C++
#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);
|
|
}; |