7 lines
154 B
C++
Executable file
7 lines
154 B
C++
Executable file
#include "CarryElementalStatus.h"
|
|
|
|
UCarryElementalStatus::UCarryElementalStatus() {
|
|
this->CarryBonusAmount = 0.50f;
|
|
this->CarriedClass = NULL;
|
|
}
|
|
|