mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-03 12:13:40 +00:00
9 lines
172 B
C++
9 lines
172 B
C++
#include "FortAthenaSeasonStats.h"
|
|
|
|
FFortAthenaSeasonStats::FFortAthenaSeasonStats() {
|
|
this->NumWins = 0;
|
|
this->NumHighBracket = 0;
|
|
this->NumLowBracket = 0;
|
|
}
|
|
|