7 lines
186 B
C++
Executable file
7 lines
186 B
C++
Executable file
#include "ItemTemperatureDamageCondition.h"
|
|
|
|
UItemTemperatureDamageCondition::UItemTemperatureDamageCondition() {
|
|
this->HeatThreshold = 0;
|
|
this->MustBeUnderThreshold = false;
|
|
}
|
|
|