6 lines
113 B
C++
Executable file
6 lines
113 B
C++
Executable file
#include "ObjectiveMissionIcon.h"
|
|
|
|
FObjectiveMissionIcon::FObjectiveMissionIcon() {
|
|
this->Texture = NULL;
|
|
}
|
|
|