9 lines
204 B
C++
Executable file
9 lines
204 B
C++
Executable file
#include "CampaignNotification.h"
|
|
|
|
UCampaignNotification::UCampaignNotification() {
|
|
this->Campaign = NULL;
|
|
this->mission = NULL;
|
|
this->Progress = 0;
|
|
this->bIsCampaignCompleted = false;
|
|
}
|
|
|