mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
26 lines
565 B
C++
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;
|
|
}
|
|
|