7 lines
140 B
C++
Executable file
7 lines
140 B
C++
Executable file
#include "SimpleObjectInfoData.h"
|
|
|
|
FSimpleObjectInfoData::FSimpleObjectInfoData() {
|
|
this->LookAtShout = NULL;
|
|
this->Icon = NULL;
|
|
}
|
|
|