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

9 lines
173 B
C++

#include "AthenaPawnReplayData.h"
FAthenaPawnReplayData::FAthenaPawnReplayData() {
this->HealthRatio = 0.00f;
this->ShieldRatio = 0.00f;
this->World = NULL;
}