Files
2026-04-22 15:51:07 +02:00

9 lines
173 B
C++

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