7 lines
105 B
C++
Executable file
7 lines
105 B
C++
Executable file
#include "SeasonEvent.h"
|
|
|
|
FSeasonEvent::FSeasonEvent() {
|
|
this->Event = NULL;
|
|
this->Count = 0;
|
|
}
|
|
|