mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
@@ -111,6 +111,7 @@ export default class GOnHookManager extends Singleton{
|
||||
|
||||
//获取下一只野怪
|
||||
getNextCreeps(){
|
||||
if(this.getKillSreepsIds().length > 50) return;
|
||||
if(!this.sreeps) return;
|
||||
let creeps = this.sreeps.get(this.sreeps.keys().next()?.value);
|
||||
this.sreeps.delete(creeps.key);
|
||||
|
Reference in New Issue
Block a user