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.mjs
CHANGED
|
@@ -3255,6 +3255,20 @@ __decorateClass([
|
|
|
3255
3255
|
], YGOProMsgChained.prototype, "chainCount", 2);
|
|
3256
3256
|
|
|
3257
3257
|
// src/protos/msg/proto/chaining.ts
|
|
3258
|
+
var YGOProMsgChaining_CardLocation = class {
|
|
3259
|
+
static {
|
|
3260
|
+
__name(this, "YGOProMsgChaining_CardLocation");
|
|
3261
|
+
}
|
|
3262
|
+
};
|
|
3263
|
+
__decorateClass([
|
|
3264
|
+
BinaryField("u8", 0)
|
|
3265
|
+
], YGOProMsgChaining_CardLocation.prototype, "controller", 2);
|
|
3266
|
+
__decorateClass([
|
|
3267
|
+
BinaryField("u8", 1)
|
|
3268
|
+
], YGOProMsgChaining_CardLocation.prototype, "location", 2);
|
|
3269
|
+
__decorateClass([
|
|
3270
|
+
BinaryField("u8", 2)
|
|
3271
|
+
], YGOProMsgChaining_CardLocation.prototype, "sequence", 2);
|
|
3258
3272
|
var YGOProMsgChaining = class extends YGOProMsgBase {
|
|
3259
3273
|
static {
|
|
3260
3274
|
__name(this, "YGOProMsgChaining");
|
|
@@ -3279,14 +3293,14 @@ __decorateClass([
|
|
|
3279
3293
|
BinaryField("u8", 7)
|
|
3280
3294
|
], YGOProMsgChaining.prototype, "subsequence", 2);
|
|
3281
3295
|
__decorateClass([
|
|
3282
|
-
BinaryField(
|
|
3283
|
-
], YGOProMsgChaining.prototype, "
|
|
3296
|
+
BinaryField(() => YGOProMsgChaining_CardLocation, 8)
|
|
3297
|
+
], YGOProMsgChaining.prototype, "chainCardLocation", 2);
|
|
3284
3298
|
__decorateClass([
|
|
3285
|
-
BinaryField("i32",
|
|
3299
|
+
BinaryField("i32", 11)
|
|
3286
3300
|
], YGOProMsgChaining.prototype, "desc", 2);
|
|
3287
3301
|
__decorateClass([
|
|
3288
|
-
BinaryField("u8",
|
|
3289
|
-
], YGOProMsgChaining.prototype, "
|
|
3302
|
+
BinaryField("u8", 15)
|
|
3303
|
+
], YGOProMsgChaining.prototype, "chainCount", 2);
|
|
3290
3304
|
|
|
3291
3305
|
// src/protos/msg/proto/confirm-cards.ts
|
|
3292
3306
|
var YGOProMsgConfirmCards_CardInfo = class {
|
|
@@ -6851,6 +6865,7 @@ export {
|
|
|
6851
6865
|
YGOProMsgChainSolving,
|
|
6852
6866
|
YGOProMsgChained,
|
|
6853
6867
|
YGOProMsgChaining,
|
|
6868
|
+
YGOProMsgChaining_CardLocation,
|
|
6854
6869
|
YGOProMsgConfirmCards,
|
|
6855
6870
|
YGOProMsgConfirmCards_CardInfo,
|
|
6856
6871
|
YGOProMsgConfirmDeckTop,
|