6 lines
91 B
C++
Executable file
6 lines
91 B
C++
Executable file
#include "ExampleStruct.h"
|
|
|
|
FExampleStruct::FExampleStruct() {
|
|
this->Field = 0.00f;
|
|
}
|
|
|