xiaoyang0346 2 天之前
父節點
當前提交
5914758ff5
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      s_to_proto/shared/common/MsgItems.ts
  2. 2 2
      s_to_proto/shared/hc/PtlHcInfo.ts

+ 1 - 1
s_to_proto/shared/common/MsgItems.ts

@@ -4,6 +4,6 @@
  * 道具变化
  */
 export interface MsgItems {
-    items:number[]
+    items:number[][]
 }
 

+ 2 - 2
s_to_proto/shared/hc/PtlHcInfo.ts

@@ -38,8 +38,8 @@ export enum HcType {
 }
 //解锁状态
 export enum HcUnlock {
-    off = 0, //关
-    on = 1, //开
+    off = 1, //关
+    on = 0, //开
 }
 
 export const conf = {