7 lines
150 B
C++
Executable file
7 lines
150 B
C++
Executable file
#include "ArmorDamageInfo.h"
|
|
|
|
FArmorDamageInfo::FArmorDamageInfo() {
|
|
this->ArmorIndexMask = 0;
|
|
this->BreakType = EArmorDamageType::Normal;
|
|
}
|
|
|