first commit

This commit is contained in:
murdle
2026-03-01 02:38:58 +02:00
commit 19250b9db4
19111 changed files with 4358159 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
#pragma once
#include "Goal.h"
#include "ArrowAttackGoal.h"
#include "AvoidPlayerGoal.h"
#include "BegGoal.h"
#include "BreakDoorGoal.h"
#include "BreedGoal.h"
#include "ControlledByPlayerGoal.h"
#include "DoorInteractGoal.h"
#include "EatTileGoal.h"
#include "FleeSunGoal.h"
#include "FollowOwnerGoal.h"
#include "FollowParentGoal.h"
#include "FloatGoal.h"
#include "GoalSelector.h"
#include "InteractGoal.h"
#include "LeapAtTargetGoal.h"
#include "LookAtPlayerGoal.h"
#include "LookAtTradingPlayerGoal.h"
#include "MakeLoveGoal.h"
#include "MeleeAttackGoal.h"
#include "MoveIndoorsGoal.h"
#include "MoveThroughVillageGoal.h"
#include "MoveTowardsRestrictionGoal.h"
#include "MoveTowardsTargetGoal.h"
#include "OcelotSitOnTileGoal.h"
#include "OfferFlowerGoal.h"
#include "OpenDoorGoal.h"
#include "OzelotAttackGoal.h"
#include "PanicGoal.h"
#include "PlayGoal.h"
#include "RandomLookAroundGoal.h"
#include "RandomStrollGoal.h"
#include "RestrictOpenDoorGoal.h"
#include "RestrictSunGoal.h"
#include "SitGoal.h"
#include "SwellGoal.h"
#include "TakeFlowerGoal.h"
#include "TemptGoal.h"
#include "TradeWithPlayerGoal.h"