Files
UnrealEvent/Project/Source/FortniteGame/Private/FortSurfaceDamageRatioByAffiliationStats.cpp
2026-04-22 15:51:07 +02:00

9 lines
229 B
C++

#include "FortSurfaceDamageRatioByAffiliationStats.h"
FFortSurfaceDamageRatioByAffiliationStats::FFortSurfaceDamageRatioByAffiliationStats() {
this->Friendly = 0.00f;
this->Neutral = 0.00f;
this->Hostile = 0.00f;
}