Files
FNGameProj/Source/FortniteGame/Private/FortAthenaMutator_PlayerDamage.cpp
T
2024-06-07 01:17:09 +02:00

9 lines
239 B
C++

#include "FortAthenaMutator_PlayerDamage.h"
AFortAthenaMutator_PlayerDamage::AFortAthenaMutator_PlayerDamage() {
bIsUsingHitResult = false;
DamageMultiplier = 1;
DetectionType = EPlayerDamageHeightRatioDetectionType::None;
}