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

13 lines
286 B
C++
Executable file

#include "InstancedMeshOnSpline.h"
void UInstancedMeshOnSpline::SetSpeed(float newSpeed) {
}
UInstancedMeshOnSpline::UInstancedMeshOnSpline() {
this->Spline = NULL;
this->NumInstances = 8;
this->Speed = 1.00f;
this->VerticalOffset = 0.00f;
this->Phase = 0.00f;
}