Add files via upload

This commit is contained in:
ethxn 2026-03-17 18:16:33 +08:00 committed by GitHub
parent 6a392c0cc7
commit 3ab205e126
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,7 @@ public:
static const int KEY_CRAFTING = 'C';
static const int KEY_CRAFTING_ALT = 'R';
static const int KEY_CHAT = 'T';
static const int KEY_SLASHCOMMANDCHAT = VK_OEM_2;
static const int KEY_CONFIRM = VK_RETURN;
static const int KEY_CANCEL = VK_ESCAPE;
static const int KEY_PAUSE = VK_ESCAPE;