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

9 lines
248 B
C++
Executable file

#include "FSDReverbVolume.h"
#include "Components/SphereComponent.h"
AFSDReverbVolume::AFSDReverbVolume() {
this->Collision = CreateDefaultSubobject<USphereComponent>(TEXT("Collision"));
this->Reverb = NULL;
this->Priority = 0.00f;
}