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

13 lines
268 B
C++
Executable file

#include "RGBLightManagerComponent.h"
void URGBLightManagerComponent::StopRgb() {
}
void URGBLightManagerComponent::StartRgb() {
}
URGBLightManagerComponent::URGBLightManagerComponent() {
this->NewColorsInterval = 0.50f;
this->NewColorsVariance = 0.00f;
}