7 lines
152 B
C++
Executable file
7 lines
152 B
C++
Executable file
#include "ShredderAnimInstance.h"
|
|
|
|
UShredderAnimInstance::UShredderAnimInstance() {
|
|
this->InFoldoutRange = false;
|
|
this->InSpinRange = false;
|
|
}
|
|
|