the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 10 lines 269 B view raw
1#pragma once 2 3#include "LookAtPlayerGoal.h" 4 5class InteractGoal : public LookAtPlayerGoal 6{ 7public: 8 InteractGoal(Mob *mob, const type_info& lookAtType, float lookDistance); 9 InteractGoal(Mob *mob, const type_info& lookAtType, float lookDistance, float probability); 10};