7 lines
145 B
C++
Executable file
7 lines
145 B
C++
Executable file
#include "NewPlayerMutator.h"
|
|
|
|
FNewPlayerMutator::FNewPlayerMutator() {
|
|
this->MinCampaignProgress = 0;
|
|
this->MaxCampaignProgress = 0;
|
|
}
|
|
|