mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-29 04:23:36 +00:00
11 lines
293 B
C++
11 lines
293 B
C++
#include "HeistPostMatchAnalyticsData.h"
|
|
|
|
FHeistPostMatchAnalyticsData::FHeistPostMatchAnalyticsData() {
|
|
this->SupplyDropsOpenedPerMatch = 0;
|
|
this->JewelsLostToStorm = 0;
|
|
this->HeistDropsLostToStorm = 0;
|
|
this->JewelsEquippedPerMatch = 0;
|
|
this->NumSuccessfulEscapes = 0;
|
|
}
|
|
|