6 lines
116 B
C++
Executable file
6 lines
116 B
C++
Executable file
#include "NoOxygenMutator.h"
|
|
|
|
UNoOxygenMutator::UNoOxygenMutator() {
|
|
this->OxygenReplenishmentRate = 10.00f;
|
|
}
|
|
|