DRG-Femboy-Voice/Source/FSD/Private/AnimNotify_CameraShake.cpp
2025-04-15 12:39:31 -07:00

9 lines
223 B
C++
Executable file

#include "AnimNotify_CameraShake.h"
UAnimNotify_CameraShake::UAnimNotify_CameraShake() {
this->InnerRadius = 100.00f;
this->OuterRadius = 1000.00f;
this->ControllerOnly = true;
this->CameraShake = NULL;
}