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

15 lines
302 B
C++
Executable file

#include "TentacleBusyComponent.h"
void UTentacleBusyComponent::ReleasedActor(AActor* Escape, bool fullGrab) {
}
void UTentacleBusyComponent::GrabbedActor(AActor* victim) {
}
bool UTentacleBusyComponent::GetIsBusy() const {
return false;
}
UTentacleBusyComponent::UTentacleBusyComponent() {
}