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

8 lines
178 B
C++
Executable file

#include "AnimNotify_Shout.h"
UAnimNotify_Shout::UAnimNotify_Shout() {
this->Shout = NULL;
this->ShoutNetworked = true;
this->LocalShoutVolumeMultiplier = 1.00f;
}