mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-08-04 13:06:54 +00:00
10 lines
278 B
C++
10 lines
278 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);
|
|
}; |