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