6 lines
114 B
C++
Executable file
6 lines
114 B
C++
Executable file
#include "InputTranslation.h"
|
|
|
|
FInputTranslation::FInputTranslation() {
|
|
this->bControllerOverride = false;
|
|
}
|
|
|