ygopro-msg-encode 1.1.23 → 1.1.24
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 +6 -3
- package/dist/index.cjs.map +2 -2
- package/dist/index.mjs +6 -3
- package/dist/index.mjs.map +2 -2
- package/dist/src/protos/msg/proto/battle.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2210,11 +2210,14 @@ __decorateClass([
|
|
|
2210
2210
|
BinaryField(() => YGOProMsgBattle_CardStats, 0)
|
|
2211
2211
|
], YGOProMsgBattle.prototype, "attacker", 2);
|
|
2212
2212
|
__decorateClass([
|
|
2213
|
-
BinaryField(
|
|
2213
|
+
BinaryField("u8", 12)
|
|
2214
|
+
], YGOProMsgBattle.prototype, "attackerBattleState", 2);
|
|
2215
|
+
__decorateClass([
|
|
2216
|
+
BinaryField(() => YGOProMsgBattle_CardStats, 13)
|
|
2214
2217
|
], YGOProMsgBattle.prototype, "defender", 2);
|
|
2215
2218
|
__decorateClass([
|
|
2216
|
-
BinaryField("u8",
|
|
2217
|
-
], YGOProMsgBattle.prototype, "
|
|
2219
|
+
BinaryField("u8", 25)
|
|
2220
|
+
], YGOProMsgBattle.prototype, "defenderBattleState", 2);
|
|
2218
2221
|
|
|
2219
2222
|
// src/protos/msg/proto/become-target.ts
|
|
2220
2223
|
var YGOProMsgBecomeTarget = class extends YGOProMsgBase {
|