Files
2024-01-21 00:41:14 +01:00

9 lines
163 B
C++

#include "EndOfDayRecap.h"
FEndOfDayRecap::FEndOfDayRecap() {
this->DayNumber = 0;
this->TeamScoreAtStartOfDay = 0;
this->TeamScoreAtEndOfDay = 0;
}