DRG-Femboy-Voice/Source/FSD/Private/BTTask_TunnelToTarget.cpp
2025-04-15 12:39:31 -07:00

7 lines
158 B
C++
Executable file

#include "BTTask_TunnelToTarget.h"
UBTTask_TunnelToTarget::UBTTask_TunnelToTarget() {
this->BurrowSpeed = 400.00f;
this->BurrowDuration = -1.00f;
}