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

7 lines
153 B
C++

#include "FortAthenaMutator_PlayerDamage.h"
AFortAthenaMutator_PlayerDamage::AFortAthenaMutator_PlayerDamage() {
this->DamageMultiplier = 1.00f;
}