9 lines
219 B
C++
Executable file
9 lines
219 B
C++
Executable file
#include "AnchorTurnerAnimInstance.h"
|
|
|
|
UAnchorTurnerAnimInstance::UAnchorTurnerAnimInstance() {
|
|
this->ModuleRotation = 0.00f;
|
|
this->Percent = 0.00f;
|
|
this->TurnSpeed = 0.00f;
|
|
this->IsFinished = false;
|
|
}
|
|
|