ygopro-msg-encode 1.1.5 → 1.1.6
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
CHANGED
|
@@ -2359,9 +2359,6 @@ __decorateClass([
|
|
|
2359
2359
|
__decorateClass([
|
|
2360
2360
|
BinaryField("u8", 6)
|
|
2361
2361
|
], YGOProMsgConfirmCards_CardInfo.prototype, "sequence", 2);
|
|
2362
|
-
__decorateClass([
|
|
2363
|
-
BinaryField("u8", 7)
|
|
2364
|
-
], YGOProMsgConfirmCards_CardInfo.prototype, "subsequence", 2);
|
|
2365
2362
|
var YGOProMsgConfirmCards = class extends YGOProMsgBase {
|
|
2366
2363
|
// 对方视角可能需要隐藏卡片信息
|
|
2367
2364
|
opponentView() {
|
|
@@ -2388,7 +2385,7 @@ __decorateClass([
|
|
|
2388
2385
|
], YGOProMsgConfirmCards.prototype, "player", 2);
|
|
2389
2386
|
__decorateClass([
|
|
2390
2387
|
BinaryField("u8", 1)
|
|
2391
|
-
], YGOProMsgConfirmCards.prototype, "
|
|
2388
|
+
], YGOProMsgConfirmCards.prototype, "skipPanel", 2);
|
|
2392
2389
|
__decorateClass([
|
|
2393
2390
|
BinaryField("u8", 2)
|
|
2394
2391
|
], YGOProMsgConfirmCards.prototype, "count", 2);
|