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

7 lines
157 B
C++
Executable file

#include "AnimNotify_PushSoundMix.h"
UAnimNotify_PushSoundMix::UAnimNotify_PushSoundMix() {
this->SoundMix = NULL;
this->MaxDistance = 1000.00f;
}