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.mjs
CHANGED
|
@@ -6014,6 +6014,14 @@ var YGOProMsgSwapGraveDeck = class extends YGOProMsgBase {
|
|
|
6014
6014
|
static {
|
|
6015
6015
|
this.identifier = OcgcoreCommonConstants.MSG_SWAP_GRAVE_DECK;
|
|
6016
6016
|
}
|
|
6017
|
+
getRequireRefreshZones() {
|
|
6018
|
+
return [
|
|
6019
|
+
{
|
|
6020
|
+
player: this.player,
|
|
6021
|
+
location: OcgcoreScriptConstants.LOCATION_GRAVE
|
|
6022
|
+
}
|
|
6023
|
+
];
|
|
6024
|
+
}
|
|
6017
6025
|
};
|
|
6018
6026
|
__decorateClass([
|
|
6019
6027
|
BinaryField("u8", 0)
|