@mtgame/core 0.0.61 → 0.0.62

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.
@@ -2022,6 +2022,13 @@ var BasketballStatistic = /** @class */ (function (_super) {
2022
2022
  enumerable: true,
2023
2023
  configurable: true
2024
2024
  });
2025
+ Object.defineProperty(BasketballStatistic.prototype, "gameMinutes", {
2026
+ get: function () {
2027
+ return Math.floor(this.gameTime / 60);
2028
+ },
2029
+ enumerable: true,
2030
+ configurable: true
2031
+ });
2025
2032
  BasketballStatistic.toFront = function (data) { };
2026
2033
  BasketballStatistic.toBack = function (data) { };
2027
2034
  __decorate([
@@ -2065,6 +2072,7 @@ var BasketballStatistic = /** @class */ (function (_super) {
2065
2072
  personal_fouls: 'personalFouls',
2066
2073
  technical_fouls: 'technicalFouls',
2067
2074
  unsportsmanlike_fouls: 'unsportsmanlikeFouls',
2075
+ game_time: 'gameTime',
2068
2076
  newbie: 'newbie',
2069
2077
  },
2070
2078
  relation: {