6 lines
107 B
C++
Executable file
6 lines
107 B
C++
Executable file
#include "MissionStatCategory.h"
|
|
|
|
UMissionStatCategory::UMissionStatCategory() {
|
|
this->Icon = NULL;
|
|
}
|
|
|