浏览代码

Update PtlHcInfo.ts

xiaoyang0346 12 小时之前
父节点
当前提交
1414f09997
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      s_to_proto/shared/hc/PtlHcInfo.ts

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

@@ -25,7 +25,7 @@ export interface HcInfoList {
 
 
 export interface HcInfoGeziInfo {
 export interface HcInfoGeziInfo {
     unlock:HcUnlock  //格子解锁状态
     unlock:HcUnlock  //格子解锁状态
-    type:HcType   //具体物品类型 0:无物品 1:发射器 2:怪物 3:装备 4:材料
+    type:HcType   //具体物品类型
     correlationId:number  //物品ID
     correlationId:number  //物品ID
     emitter?:HcInfoGeziEmitter //发射器专属
     emitter?:HcInfoGeziEmitter //发射器专属
 }
 }