6 lines
122 B
C++
Executable file
6 lines
122 B
C++
Executable file
#include "CommunicationMutator.h"
|
|
|
|
UCommunicationMutator::UCommunicationMutator() {
|
|
this->PitchMultiplier = 1.00f;
|
|
}
|
|
|