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

7 lines
160 B
C++
Executable file

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