Files
FNGameProj/Source/FortniteGame/Private/FortAppActivationSoundMixPair.cpp
2024-01-21 00:41:14 +01:00

8 lines
167 B
C++

#include "FortAppActivationSoundMixPair.h"
FFortAppActivationSoundMixPair::FFortAppActivationSoundMixPair() {
this->TrueMix = NULL;
this->FalseMix = NULL;
}