@@ -4,6 +4,6 @@
* 道具变化
*/
export interface MsgItems {
- items:number[]
+ items:number[][]
}
@@ -38,8 +38,8 @@ export enum HcType {
//解锁状态
export enum HcUnlock {
- off = 0, //关
- on = 1, //开
+ off = 1, //关
+ on = 0, //开
export const conf = {