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

10 lines
183 B
C++
Executable file

#include "TentacleGrabAttack.h"
bool UTentacleGrabAttack::IsHeadNearTerrain() const {
return false;
}
UTentacleGrabAttack::UTentacleGrabAttack() {
this->HeadMesh = NULL;
}