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

12 lines
245 B
C++
Executable file

#include "GrowthComponent.h"
void UGrowthComponent::StopGrow() {
}
void UGrowthComponent::StartGrow(USceneComponent* aComponentToScale, FRuntimeFloatCurve aCurve) {
}
UGrowthComponent::UGrowthComponent() {
this->ScaleComponent = NULL;
}