8 lines
139 B
C++
Executable file
8 lines
139 B
C++
Executable file
#include "DisplayContent.h"
|
|
|
|
FDisplayContent::FDisplayContent() {
|
|
this->Idle = NULL;
|
|
this->React = NULL;
|
|
this->Mesh = NULL;
|
|
}
|
|
|