6 lines
138 B
C++
Executable file
6 lines
138 B
C++
Executable file
#include "TentacleAnimInstance.h"
|
|
|
|
UTentacleAnimInstance::UTentacleAnimInstance() {
|
|
this->UseActorRotationDuringExtension = false;
|
|
}
|
|
|