ygopro-msg-encode 1.1.10 → 1.1.11
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 +12 -3
- package/dist/index.cjs.map +2 -2
- package/dist/index.mjs +12 -3
- package/dist/index.mjs.map +2 -2
- package/dist/src/protos/msg/proto/missed-effect.d.ts +3 -7
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2784,16 +2784,25 @@ var YGOProMsgMatchKill = _YGOProMsgMatchKill;
|
|
|
2784
2784
|
// src/protos/msg/proto/missed-effect.ts
|
|
2785
2785
|
var _YGOProMsgMissedEffect = class _YGOProMsgMissedEffect extends YGOProMsgBase {
|
|
2786
2786
|
getSendTargets() {
|
|
2787
|
-
return [
|
|
2787
|
+
return [this.controller];
|
|
2788
2788
|
}
|
|
2789
2789
|
};
|
|
2790
2790
|
__name(_YGOProMsgMissedEffect, "YGOProMsgMissedEffect");
|
|
2791
2791
|
_YGOProMsgMissedEffect.identifier = OcgcoreCommonConstants.MSG_MISSED_EFFECT;
|
|
2792
2792
|
__decorateClass([
|
|
2793
|
-
BinaryField("
|
|
2793
|
+
BinaryField("u8", 0)
|
|
2794
|
+
], _YGOProMsgMissedEffect.prototype, "controller", 2);
|
|
2795
|
+
__decorateClass([
|
|
2796
|
+
BinaryField("u8", 1)
|
|
2794
2797
|
], _YGOProMsgMissedEffect.prototype, "location", 2);
|
|
2795
2798
|
__decorateClass([
|
|
2796
|
-
BinaryField("
|
|
2799
|
+
BinaryField("u8", 2)
|
|
2800
|
+
], _YGOProMsgMissedEffect.prototype, "sequence", 2);
|
|
2801
|
+
__decorateClass([
|
|
2802
|
+
BinaryField("u8", 3)
|
|
2803
|
+
], _YGOProMsgMissedEffect.prototype, "position", 2);
|
|
2804
|
+
__decorateClass([
|
|
2805
|
+
BinaryField("i32", 4)
|
|
2797
2806
|
], _YGOProMsgMissedEffect.prototype, "code", 2);
|
|
2798
2807
|
var YGOProMsgMissedEffect = _YGOProMsgMissedEffect;
|
|
2799
2808
|
|