Initial commit

This commit is contained in:
daoge_cmd
2026-03-01 12:16:08 +08:00
parent def8cb4153
commit b691c43c44
19437 changed files with 4363922 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"