6 lines
85 B
C++
Executable file
6 lines
85 B
C++
Executable file
#include "RejoinFloat.h"
|
|
|
|
FRejoinFloat::FRejoinFloat() {
|
|
this->Value = 0.00f;
|
|
}
|
|
|