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

7 lines
154 B
C++
Executable file

#include "CarryElementalStatus.h"
UCarryElementalStatus::UCarryElementalStatus() {
this->CarryBonusAmount = 0.50f;
this->CarriedClass = NULL;
}