xiaoyang0346 2 päivää sitten
vanhempi
commit
5914758ff5
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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 = {