8 lines
164 B
C++
Executable file
8 lines
164 B
C++
Executable file
#include "ChallengeVariation.h"
|
|
|
|
FChallengeVariation::FChallengeVariation() {
|
|
this->NumberOfWins = 0;
|
|
this->XPCompleteGain = 0;
|
|
this->TokenGain = 0;
|
|
}
|
|
|