@mtgame/core 0.1.7 → 0.1.8

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.
@@ -2818,8 +2818,8 @@
2818
2818
 
2819
2819
 
2820
2820
  (function (GameUserLimitationTypes) {
2821
- GameUserLimitationTypes["min_user_games_count"] = "min_user_games_count";
2822
- GameUserLimitationTypes["min_user_time"] = "min_user_time";
2821
+ GameUserLimitationTypes[GameUserLimitationTypes["min_user_games_count"] = 1] = "min_user_games_count";
2822
+ GameUserLimitationTypes[GameUserLimitationTypes["min_user_time"] = 2] = "min_user_time";
2823
2823
  })(exports.GameUserLimitationTypes || (exports.GameUserLimitationTypes = {}));
2824
2824
  var GameUserLimitations = /** @class */ (function (_super) {
2825
2825
  __extends(GameUserLimitations, _super);