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.
- package/dist/index.cjs +20 -5
- package/dist/index.cjs.map +2 -2
- package/dist/index.mjs +20 -5
- package/dist/index.mjs.map +2 -2
- package/dist/src/protos/msg/proto/chaining.d.ts +7 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -111,6 +111,7 @@ __export(index_exports, {
|
|
|
111
111
|
YGOProMsgChainSolving: () => YGOProMsgChainSolving,
|
|
112
112
|
YGOProMsgChained: () => YGOProMsgChained,
|
|
113
113
|
YGOProMsgChaining: () => YGOProMsgChaining,
|
|
114
|
+
YGOProMsgChaining_CardLocation: () => YGOProMsgChaining_CardLocation,
|
|
114
115
|
YGOProMsgConfirmCards: () => YGOProMsgConfirmCards,
|
|
115
116
|
YGOProMsgConfirmCards_CardInfo: () => YGOProMsgConfirmCards_CardInfo,
|
|
116
117
|
YGOProMsgConfirmDeckTop: () => YGOProMsgConfirmDeckTop,
|
|
@@ -3339,6 +3340,19 @@ __decorateClass([
|
|
|
3339
3340
|
var YGOProMsgChained = _YGOProMsgChained;
|
|
3340
3341
|
|
|
3341
3342
|
// src/protos/msg/proto/chaining.ts
|
|
3343
|
+
var _YGOProMsgChaining_CardLocation = class _YGOProMsgChaining_CardLocation {
|
|
3344
|
+
};
|
|
3345
|
+
__name(_YGOProMsgChaining_CardLocation, "YGOProMsgChaining_CardLocation");
|
|
3346
|
+
__decorateClass([
|
|
3347
|
+
BinaryField("u8", 0)
|
|
3348
|
+
], _YGOProMsgChaining_CardLocation.prototype, "controller", 2);
|
|
3349
|
+
__decorateClass([
|
|
3350
|
+
BinaryField("u8", 1)
|
|
3351
|
+
], _YGOProMsgChaining_CardLocation.prototype, "location", 2);
|
|
3352
|
+
__decorateClass([
|
|
3353
|
+
BinaryField("u8", 2)
|
|
3354
|
+
], _YGOProMsgChaining_CardLocation.prototype, "sequence", 2);
|
|
3355
|
+
var YGOProMsgChaining_CardLocation = _YGOProMsgChaining_CardLocation;
|
|
3342
3356
|
var _YGOProMsgChaining = class _YGOProMsgChaining extends YGOProMsgBase {
|
|
3343
3357
|
};
|
|
3344
3358
|
__name(_YGOProMsgChaining, "YGOProMsgChaining");
|
|
@@ -3359,14 +3373,14 @@ __decorateClass([
|
|
|
3359
3373
|
BinaryField("u8", 7)
|
|
3360
3374
|
], _YGOProMsgChaining.prototype, "subsequence", 2);
|
|
3361
3375
|
__decorateClass([
|
|
3362
|
-
BinaryField(
|
|
3363
|
-
], _YGOProMsgChaining.prototype, "
|
|
3376
|
+
BinaryField(() => YGOProMsgChaining_CardLocation, 8)
|
|
3377
|
+
], _YGOProMsgChaining.prototype, "chainCardLocation", 2);
|
|
3364
3378
|
__decorateClass([
|
|
3365
|
-
BinaryField("i32",
|
|
3379
|
+
BinaryField("i32", 11)
|
|
3366
3380
|
], _YGOProMsgChaining.prototype, "desc", 2);
|
|
3367
3381
|
__decorateClass([
|
|
3368
|
-
BinaryField("u8",
|
|
3369
|
-
], _YGOProMsgChaining.prototype, "
|
|
3382
|
+
BinaryField("u8", 15)
|
|
3383
|
+
], _YGOProMsgChaining.prototype, "chainCount", 2);
|
|
3370
3384
|
var YGOProMsgChaining = _YGOProMsgChaining;
|
|
3371
3385
|
|
|
3372
3386
|
// src/protos/msg/proto/confirm-cards.ts
|
|
@@ -6637,6 +6651,7 @@ YGOProStoc.register(YGOProStocSrvproRoomlist);
|
|
|
6637
6651
|
YGOProMsgChainSolving,
|
|
6638
6652
|
YGOProMsgChained,
|
|
6639
6653
|
YGOProMsgChaining,
|
|
6654
|
+
YGOProMsgChaining_CardLocation,
|
|
6640
6655
|
YGOProMsgConfirmCards,
|
|
6641
6656
|
YGOProMsgConfirmCards_CardInfo,
|
|
6642
6657
|
YGOProMsgConfirmDeckTop,
|