ygopro-msg-encode 1.1.24 → 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
|
@@ -3932,13 +3932,16 @@ var _YGOProMsgPosChange = class _YGOProMsgPosChange extends YGOProMsgBase {
|
|
|
3932
3932
|
__name(_YGOProMsgPosChange, "YGOProMsgPosChange");
|
|
3933
3933
|
_YGOProMsgPosChange.identifier = OcgcoreCommonConstants.MSG_POS_CHANGE;
|
|
3934
3934
|
__decorateClass([
|
|
3935
|
-
BinaryField(
|
|
3935
|
+
BinaryField("i32", 0)
|
|
3936
|
+
], _YGOProMsgPosChange.prototype, "code", 2);
|
|
3937
|
+
__decorateClass([
|
|
3938
|
+
BinaryField(() => YGOProMsgPosChange_CardLocation, 4)
|
|
3936
3939
|
], _YGOProMsgPosChange.prototype, "card", 2);
|
|
3937
3940
|
__decorateClass([
|
|
3938
|
-
BinaryField("u8",
|
|
3941
|
+
BinaryField("u8", 7)
|
|
3939
3942
|
], _YGOProMsgPosChange.prototype, "previousPosition", 2);
|
|
3940
3943
|
__decorateClass([
|
|
3941
|
-
BinaryField("u8",
|
|
3944
|
+
BinaryField("u8", 8)
|
|
3942
3945
|
], _YGOProMsgPosChange.prototype, "currentPosition", 2);
|
|
3943
3946
|
var YGOProMsgPosChange = _YGOProMsgPosChange;
|
|
3944
3947
|
|