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

9 lines
224 B
C++
Executable file

#include "CompositeArmorItem.h"
FCompositeArmorItem::FCompositeArmorItem() {
this->Component = NULL;
this->Health = 0.00f;
this->OverrideAffectedByArmorBreak = false;
this->MyAffectedByAmorBreak = false;
}