This commit is contained in:
2024-09-11 07:31:30 -07:00
parent ff0decdbf6
commit 50d0951b4a
6 changed files with 115 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ namespace FakeeDeck.ButtonType
public static Dictionary<string, uint[]> stratogems = new Dictionary<string, uint[]>
{
{ "reinforce", new uint[] { KeyboardCode.NUMPAD5, 0x68, 0x62, 0x66, 0x64, 0x68}},
{ "reinforce", new uint[] { 0x65, 0x68, 0x62, 0x66, 0x64, 0x68}},
{ "resupply", new uint[] { 0x65, 0x62, 0x62, 0x68, 0x66 }},
//Patriotic Administration Center
{ "anti-material", new uint[] { 0x65, 0x62, 0x64, 0x66, 0x68, 0x62}},