mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
19 lines
393 B
C++
19 lines
393 B
C++
#include "AthenaWeaponStats.h"
|
|
|
|
FAthenaWeaponStats::FAthenaWeaponStats() {
|
|
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;
|
|
}
|
|
|