rwork on kulemak bot and cleanup

This commit is contained in:
Boki 2026-02-21 09:18:10 -05:00
parent c75b2b27f0
commit 053a016c8b
15 changed files with 727 additions and 160 deletions

View file

@ -34,6 +34,8 @@ public class InputSender
public const int W = 0x57;
public const int S = 0x53;
public const int D = 0x44;
public const int E = 0x45;
public const int Q = 0x51;
public const int Z = 0x5A;
}