1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

github-actions: deploy 5c6634ea43

This commit is contained in:
github-actions[bot]
2025-01-10 01:27:56 +00:00
commit 946f8d8a22
755 changed files with 7405023 additions and 0 deletions

View File

@@ -0,0 +1 @@
let cps = 2 function click() { ModAPI.clickMouse() } let intervalTime = 1000 / cps; let intervalID = setInterval(click, intervalTime);