7 lines
144 B
C++
Executable file
7 lines
144 B
C++
Executable file
#include "SeasonEventData.h"
|
|
|
|
USeasonEventData::USeasonEventData() {
|
|
this->PerformancePoints = 0;
|
|
this->PerformancePointsOnFail = 0;
|
|
}
|
|
|