ygopro-msg-encode 1.2.0 → 1.2.2

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
@@ -5900,6 +5900,14 @@ var YGOProMsgSwap = _YGOProMsgSwap;
5900
5900
 
5901
5901
  // src/protos/msg/proto/swap-grave-deck.ts
5902
5902
  var _YGOProMsgSwapGraveDeck = class _YGOProMsgSwapGraveDeck extends YGOProMsgBase {
5903
+ getRequireRefreshZones() {
5904
+ return [
5905
+ {
5906
+ player: this.player,
5907
+ location: OcgcoreScriptConstants.LOCATION_GRAVE
5908
+ }
5909
+ ];
5910
+ }
5903
5911
  };
5904
5912
  __name(_YGOProMsgSwapGraveDeck, "YGOProMsgSwapGraveDeck");
5905
5913
  _YGOProMsgSwapGraveDeck.identifier = OcgcoreCommonConstants.MSG_SWAP_GRAVE_DECK;