8 lines
178 B
C++
Executable file
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;
|
|
}
|
|
|