fix some more glitchy stuff

This commit is contained in:
Bram verhulst
2025-06-01 23:04:37 +02:00
parent 1d2ca4f9ca
commit 1104b12ba8
14 changed files with 1529 additions and 305 deletions

View File

@@ -10,9 +10,9 @@ namespace BT
namespace BigThink
{
BT::Selector* ItemHandling();
BT::Sequence* ZombieHandling();
BT::Sequence* PurgeZoneHandling();
BT::Selector* ItemHandling();
BT::PartialSequence* PickUpHandling();
BT::Selector* HouseHandling();
}