|
@@ -24,13 +24,18 @@ export interface HcInfoList {
|
|
|
}
|
|
|
|
|
|
export interface HcInfoGeziInfo {
|
|
|
+ unlock:HcUnlock //格子解锁状态
|
|
|
type:HcType //具体物品类型 0:无物品 1:发射器 2:怪物 3:装备 4:材料
|
|
|
- unlock:HcUnlock //解锁状态
|
|
|
correlationId:number //物品ID
|
|
|
- emitter?:{
|
|
|
- unlock:HcUnlock //解锁状态
|
|
|
- }
|
|
|
+ emitter?:HcInfoGeziEmitter //发射器专属
|
|
|
}
|
|
|
+
|
|
|
+export interface HcInfoGeziEmitter {
|
|
|
+ tili:number //剩余发射次数
|
|
|
+ lastTime:number //最后一次回复时间 需要根据配置表的类型做判定
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
//具体物品类型
|
|
|
export enum HcType {
|
|
|
wu = 0, //无物品
|