ygopro-msg-encode 1.1.21 → 1.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,9 @@
1
1
  import { YGOProMsgBase } from '../base';
2
+ export declare class YGOProMsgChaining_CardLocation {
3
+ controller: number;
4
+ location: number;
5
+ sequence: number;
6
+ }
2
7
  export declare class YGOProMsgChaining extends YGOProMsgBase {
3
8
  static identifier: 70;
4
9
  code: number;
@@ -6,7 +11,7 @@ export declare class YGOProMsgChaining extends YGOProMsgBase {
6
11
  location: number;
7
12
  sequence: number;
8
13
  subsequence: number;
9
- chainCount: number;
14
+ chainCardLocation: YGOProMsgChaining_CardLocation;
10
15
  desc: number;
11
- chainPlayer: number;
16
+ chainCount: number;
12
17
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ygopro-msg-encode",
3
3
  "description": "TS lib for encode / decode YGOPro proto",
4
- "version": "1.1.21",
4
+ "version": "1.1.22",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",