ygopro-msg-encode 1.1.23 → 1.1.25

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
@@ -2326,11 +2326,14 @@ __decorateClass([
2326
2326
  BinaryField(() => YGOProMsgBattle_CardStats, 0)
2327
2327
  ], _YGOProMsgBattle.prototype, "attacker", 2);
2328
2328
  __decorateClass([
2329
- BinaryField(() => YGOProMsgBattle_CardStats, 12)
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", 24)
2333
- ], _YGOProMsgBattle.prototype, "battleDamageCalc", 2);
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
@@ -3929,13 +3932,16 @@ var _YGOProMsgPosChange = class _YGOProMsgPosChange extends YGOProMsgBase {
3929
3932
  __name(_YGOProMsgPosChange, "YGOProMsgPosChange");
3930
3933
  _YGOProMsgPosChange.identifier = OcgcoreCommonConstants.MSG_POS_CHANGE;
3931
3934
  __decorateClass([
3932
- BinaryField(() => YGOProMsgPosChange_CardLocation, 0)
3935
+ BinaryField("i32", 0)
3936
+ ], _YGOProMsgPosChange.prototype, "code", 2);
3937
+ __decorateClass([
3938
+ BinaryField(() => YGOProMsgPosChange_CardLocation, 4)
3933
3939
  ], _YGOProMsgPosChange.prototype, "card", 2);
3934
3940
  __decorateClass([
3935
- BinaryField("u8", 3)
3941
+ BinaryField("u8", 7)
3936
3942
  ], _YGOProMsgPosChange.prototype, "previousPosition", 2);
3937
3943
  __decorateClass([
3938
- BinaryField("u8", 4)
3944
+ BinaryField("u8", 8)
3939
3945
  ], _YGOProMsgPosChange.prototype, "currentPosition", 2);
3940
3946
  var YGOProMsgPosChange = _YGOProMsgPosChange;
3941
3947