7 lines
114 B
C++
Executable file
7 lines
114 B
C++
Executable file
#include "BakeSetting.h"
|
|
|
|
FBakeSetting::FBakeSetting() {
|
|
this->IntValue = 0;
|
|
this->FloatValue = 0.00f;
|
|
}
|
|
|