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.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 {
|
|
@@ -3924,13 +3927,16 @@ var YGOProMsgPosChange = class extends YGOProMsgBase {
|
|
|
3924
3927
|
}
|
|
3925
3928
|
};
|
|
3926
3929
|
__decorateClass([
|
|
3927
|
-
BinaryField(
|
|
3930
|
+
BinaryField("i32", 0)
|
|
3931
|
+
], YGOProMsgPosChange.prototype, "code", 2);
|
|
3932
|
+
__decorateClass([
|
|
3933
|
+
BinaryField(() => YGOProMsgPosChange_CardLocation, 4)
|
|
3928
3934
|
], YGOProMsgPosChange.prototype, "card", 2);
|
|
3929
3935
|
__decorateClass([
|
|
3930
|
-
BinaryField("u8",
|
|
3936
|
+
BinaryField("u8", 7)
|
|
3931
3937
|
], YGOProMsgPosChange.prototype, "previousPosition", 2);
|
|
3932
3938
|
__decorateClass([
|
|
3933
|
-
BinaryField("u8",
|
|
3939
|
+
BinaryField("u8", 8)
|
|
3934
3940
|
], YGOProMsgPosChange.prototype, "currentPosition", 2);
|
|
3935
3941
|
|
|
3936
3942
|
// src/protos/msg/proto/random-selected.ts
|