Fix animals stuck in panic state #514 (#519)

This commit is contained in:
ModMaker101
2026-03-05 02:23:56 -05:00
committed by GitHub
parent 981c87732c
commit 91e50aa346
2 changed files with 13 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include "Goal.h"
#include <random>
class PathfinderMob;