10 lines
183 B
C++
Executable file
10 lines
183 B
C++
Executable file
#include "TentacleGrabAttack.h"
|
|
|
|
bool UTentacleGrabAttack::IsHeadNearTerrain() const {
|
|
return false;
|
|
}
|
|
|
|
UTentacleGrabAttack::UTentacleGrabAttack() {
|
|
this->HeadMesh = NULL;
|
|
}
|
|
|