@mtgame/core 0.1.135 → 0.1.136

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.
@@ -221,6 +221,8 @@ export declare class WaterpoloStatistic extends BaseModel implements BaseStatist
221
221
  totalShotsAgainst: number;
222
222
  totalSavesPercent: number;
223
223
  totalShGoalsAgainst: number;
224
+ inGameGoalsAgainst: number;
225
+ totalGoalsAgainst: number;
224
226
  newbie: boolean;
225
227
  rank: number;
226
228
  get assists(): number;