提交完美的无头模式

This commit is contained in:
PC-20230316NUNE\Administrator
2023-11-22 17:46:08 +08:00
parent 7389f6d716
commit f890be0728
17 changed files with 975 additions and 175 deletions

View File

@@ -19,6 +19,7 @@ export enum GAction {
/*************** 裁决 *********************/
CR_REFEREE_PVP_MODE = 4001, //裁决PVP模式
CR_REFEREE_PVP_MODE = 4001, //裁决PVP模式
CR_REFEREE_PVP_END = 4002, //裁决PVP结束
}

View File

@@ -15,4 +15,7 @@ export enum GActionType {
GPVPStart = "GPVPStart", //PVP 开始
GPVPText = "GPVPText", //PVP 提示
/*************** 裁决 ********************/
GPVPRefereeInfo = "GPVPRefereeInfo" //PVP 裁决信息
}