9 lines
235 B
C++
Executable file
9 lines
235 B
C++
Executable file
#include "PendingRewardsStats.h"
|
|
|
|
FPendingRewardsStats::FPendingRewardsStats() {
|
|
this->PrimaryObjectiveCompleted = false;
|
|
this->SecondaryObjectiveCompleted = false;
|
|
this->TimePlayed = 0.00f;
|
|
this->EnemiesKilled = 0;
|
|
}
|
|
|