奇遇: 前置关卡限制条件

This commit is contained in:
luying
2022-05-20 14:39:52 +08:00
parent f3b7cfeaa2
commit 143c8233bf
2 changed files with 11 additions and 2 deletions

View File

@@ -29,6 +29,8 @@ export interface DicEvent {
readonly weight: number;
// 移动点
readonly movePointArray: Array<number>;
// 必须通过的关卡
readonly previousGk: number;
}