feat(关卡): 关闭剧情弹幕

This commit is contained in:
luying
2023-03-28 14:42:51 +08:00
parent 5bd61ed0b3
commit ba524593dd
4 changed files with 13 additions and 1 deletions

View File

@@ -55,6 +55,8 @@ export interface DicServerConst {
readonly NEED_REBATE: number;
// 推送
readonly PUSH_MSG: number;
// 是否关闭剧情弹幕
readonly CLOSE_SCRIPT_BARRAGE: number;
}
export const dicServerConst: DicServerConst = {} as DicServerConst;