15 lines
302 B
C++
Executable file
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() {
|
|
}
|
|
|