6 lines
107 B
C++
Executable file
6 lines
107 B
C++
Executable file
#include "SupplyPodMutator.h"
|
|
|
|
USupplyPodMutator::USupplyPodMutator() {
|
|
this->CostModifier = 1.00f;
|
|
}
|
|
|