6 lines
98 B
C++
Executable file
6 lines
98 B
C++
Executable file
#include "LerpingPercent.h"
|
|
|
|
FLerpingPercent::FLerpingPercent() {
|
|
this->TargetPercent = 0;
|
|
}
|
|
|