Files
FNGameProj/Source/FortniteGame/Private/AthenaMatchStats.cpp
2024-01-21 00:41:14 +01:00

26 lines
565 B
C++

#include "AthenaMatchStats.h"
FAthenaMatchStats::FAthenaMatchStats() {
this->Stats[0] = 0;
this->Stats[1] = 0;
this->Stats[2] = 0;
this->Stats[3] = 0;
this->Stats[4] = 0;
this->Stats[5] = 0;
this->Stats[6] = 0;
this->Stats[7] = 0;
this->Stats[8] = 0;
this->Stats[9] = 0;
this->Stats[10] = 0;
this->Stats[11] = 0;
this->Stats[12] = 0;
this->Stats[13] = 0;
this->Stats[14] = 0;
this->Stats[15] = 0;
this->Stats[16] = 0;
this->Stats[17] = 0;
this->Stats[18] = 0;
this->Stats[19] = 0;
}