提交挂机

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-12-28 02:56:34 +08:00
parent 4d536f1663
commit 6890d80086
12 changed files with 733 additions and 57 deletions

View File

@@ -91,8 +91,7 @@ export class MainSreepsList extends Component {
return;
}
if(await GOnHookManager.getIns().onCatchCreeps(item.data))
app.layer.Open(GUI.Tips,{text:"捕捉成功!"});
await GOnHookManager.getIns().onCatchCreeps(item.data)
}
@@ -107,8 +106,7 @@ export class MainSreepsList extends Component {
return;
}
if(await GOnHookManager.getIns().onSellCreeps(item.data))
app.layer.Open(GUI.Tips,{text:"出售成功!"});
await GOnHookManager.getIns().onSellCreeps(item.data)
}