Add attacking behavior

This commit is contained in:
2022-04-11 23:16:25 +08:00
parent 0afb0b6aee
commit 1927c922d7
6 changed files with 97 additions and 8 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ class Group extends CtrlObject {
/**
* 生成个数
*/
public genCount: number = 1;
public genCount: number = 100;
/**
* 生成错误信息
@@ -54,7 +54,7 @@ class Group extends CtrlObject {
/**
* 删除个数
*/
public killCount: number = 1;
public killCount: number = 100;
private genInSingleRange(count: number, range: Range) {
for (let i = 0; i < count; i++) {