@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.
@@ -4712,6 +4712,13 @@ var VolleyballStatistic = /** @class */ (function (_super) {
4712
4712
  enumerable: true,
4713
4713
  configurable: true
4714
4714
  });
4715
+ Object.defineProperty(VolleyballStatistic.prototype, "totalReceives", {
4716
+ get: function () {
4717
+ return this.receives + this.excellentReceives;
4718
+ },
4719
+ enumerable: true,
4720
+ configurable: true
4721
+ });
4715
4722
  VolleyballStatistic.toFront = function (data) { };
4716
4723
  VolleyballStatistic.toBack = function (data) { };
4717
4724
  __decorate([