13 lines
268 B
C++
Executable file
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;
|
|
}
|
|
|