@mtgame/core 0.2.26 → 0.2.28

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.
@@ -72,6 +72,8 @@ export declare class FootballStatistic extends BaseModel implements BaseStatisti
72
72
  endGamePenaltyGoals: number;
73
73
  endGamePenaltyMisses: number;
74
74
  endGamePenaltySaves: number;
75
+ shutout: number;
76
+ shutoutPercent: number;
75
77
  get teamPlusMinus(): number;
76
78
  get userMinutes(): string;
77
79
  get penalties(): number;
@@ -92,6 +92,9 @@ export declare class HockeyStatistic extends BaseModel implements BaseStatistic
92
92
  efficiency: number;
93
93
  newbie: boolean;
94
94
  rank: number;
95
+ shutout: number;
96
+ shutoutPercent: number;
97
+ mvpCount: number;
95
98
  get assists(): number;
96
99
  get goalpass(): number;
97
100
  get userMinutes(): string;