示例#1
0
        public static void PerformActionThroughKeybind(LalaSlot lala, Enums.KeybindAction action)
        {
            Keys k = Enums.GetKeyFromKeybindAction(action);

            SendSyncKey(lala.Window, k);
        }