10 lines
246 B
C++
Executable file
10 lines
246 B
C++
Executable file
#include "TestAnimInstanceProxy.h"
|
|
|
|
FTestAnimInstanceProxy::FTestAnimInstanceProxy() {
|
|
this->IsAlive = false;
|
|
this->RandomStartPosition = 0.00f;
|
|
this->Speed = 0.00f;
|
|
this->IsMoving = false;
|
|
this->WalkCyclePlayRate = 0.00f;
|
|
}
|
|
|