9 lines
177 B
C++
Executable file
9 lines
177 B
C++
Executable file
#include "SubObjective.h"
|
|
|
|
FSubObjective::FSubObjective() {
|
|
this->OnProgressShout = NULL;
|
|
this->OnCompletedShout = NULL;
|
|
this->Required = 0;
|
|
this->Count = 0;
|
|
}
|
|
|