mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-05-23 03:54:34 +00:00
removed git history
This commit is contained in:
8
Minecraft.Client/KeyMapping.cpp
Normal file
8
Minecraft.Client/KeyMapping.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "stdafx.h"
|
||||
#include "KeyMapping.h"
|
||||
|
||||
KeyMapping::KeyMapping(const wstring& name, int key)
|
||||
{
|
||||
this->name = name;
|
||||
this->key = key;
|
||||
}
|
||||
Reference in New Issue
Block a user