6 lines
96 B
C++
Executable file
6 lines
96 B
C++
Executable file
#include "CustomKeyBinding.h"
|
|
|
|
FCustomKeyBinding::FCustomKeyBinding() {
|
|
this->Index = 0;
|
|
}
|
|
|