DRG-Femboy-Voice/Source/FSD/Private/ArmorDamageInfo.cpp
2025-04-15 12:39:31 -07:00

7 lines
150 B
C++
Executable file

#include "ArmorDamageInfo.h"
FArmorDamageInfo::FArmorDamageInfo() {
this->ArmorIndexMask = 0;
this->BreakType = EArmorDamageType::Normal;
}