@mtgame/core 0.1.33 → 0.1.34

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.
@@ -4925,6 +4925,13 @@
4925
4925
  enumerable: true,
4926
4926
  configurable: true
4927
4927
  });
4928
+ Object.defineProperty(VolleyballStatistic.prototype, "totalReceives", {
4929
+ get: function () {
4930
+ return this.receives + this.excellentReceives;
4931
+ },
4932
+ enumerable: true,
4933
+ configurable: true
4934
+ });
4928
4935
  VolleyballStatistic.toFront = function (data) { };
4929
4936
  VolleyballStatistic.toBack = function (data) { };
4930
4937
  __decorate([