ygopro-msg-encode 1.1.12 → 1.1.13
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
|
@@ -2046,6 +2046,9 @@ var _YGOProMsgResponseBase = class _YGOProMsgResponseBase extends YGOProMsgBase
|
|
|
2046
2046
|
defaultResponse() {
|
|
2047
2047
|
return void 0;
|
|
2048
2048
|
}
|
|
2049
|
+
responsePlayer() {
|
|
2050
|
+
return 0;
|
|
2051
|
+
}
|
|
2049
2052
|
getSendTargets() {
|
|
2050
2053
|
return [this.responsePlayer()];
|
|
2051
2054
|
}
|