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.cjs
CHANGED
|
@@ -2326,11 +2326,14 @@ __decorateClass([
|
|
|
2326
2326
|
BinaryField(() => YGOProMsgBattle_CardStats, 0)
|
|
2327
2327
|
], _YGOProMsgBattle.prototype, "attacker", 2);
|
|
2328
2328
|
__decorateClass([
|
|
2329
|
-
BinaryField(
|
|
2329
|
+
BinaryField("u8", 12)
|
|
2330
|
+
], _YGOProMsgBattle.prototype, "attackerBattleState", 2);
|
|
2331
|
+
__decorateClass([
|
|
2332
|
+
BinaryField(() => YGOProMsgBattle_CardStats, 13)
|
|
2330
2333
|
], _YGOProMsgBattle.prototype, "defender", 2);
|
|
2331
2334
|
__decorateClass([
|
|
2332
|
-
BinaryField("u8",
|
|
2333
|
-
], _YGOProMsgBattle.prototype, "
|
|
2335
|
+
BinaryField("u8", 25)
|
|
2336
|
+
], _YGOProMsgBattle.prototype, "defenderBattleState", 2);
|
|
2334
2337
|
var YGOProMsgBattle = _YGOProMsgBattle;
|
|
2335
2338
|
|
|
2336
2339
|
// src/protos/msg/proto/become-target.ts
|