7 lines
140 B
C++
Executable file
7 lines
140 B
C++
Executable file
#include "UnlockDurationReward.h"
|
|
|
|
UUnlockDurationReward::UUnlockDurationReward() {
|
|
this->mission = NULL;
|
|
this->Duration = NULL;
|
|
}
|
|
|