武将:修复初始bug

This commit is contained in:
luying
2021-07-12 15:34:36 +08:00
parent 30bd43d98e
commit 7b363caaae
2 changed files with 8 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ export enum ABI_STAGE {
}
export enum ABI_JOB_STAGE {
START = 0,
START = 1,
END = 6
}
export const ATTR = {}