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

12 lines
229 B
C++
Executable file

#include "OxygenSourceComponent.h"
void UOxygenSourceComponent::OnTimerTick() {
}
UOxygenSourceComponent::UOxygenSourceComponent() {
this->SourceRadius = 0.00f;
this->CenterOffset = 0.00f;
this->Mutator = NULL;
}