@mtgame/core 0.1.138 → 0.1.139

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.
@@ -196,7 +196,11 @@ export declare class WaterpoloGameStatistic extends BaseModel implements GameSta
196
196
  get totalCorners(): number;
197
197
  get totalFouls(): number;
198
198
  get totalPenalties(): number;
199
- get inGameGoals(): number;
199
+ get positionAttackGoals(): number;
200
+ get positionAttackShotsOnGoal(): number;
201
+ get positionAttackShotsMiss(): number;
202
+ get positionAttackShots(): number;
203
+ get positionAttackGoalsPercent(): number;
200
204
  get totalInGameGoals(): number;
201
205
  get ppGoalsPercent(): number;
202
206
  get evGoalsPercent(): number;
@@ -176,6 +176,11 @@ export declare class WaterpoloStatistic extends BaseModel implements BaseStatist
176
176
  totalEvGoals: number;
177
177
  goals: number;
178
178
  totalGoals: number;
179
+ positionAttackGoals: number;
180
+ positionAttackShotsOnGoal: number;
181
+ positionAttackShotsMiss: number;
182
+ positionAttackShots: number;
183
+ positionAttackGoalsPercent: number;
179
184
  totalCounterAttackGoals: number;
180
185
  totalManeuverGoals: number;
181
186
  totalCenterForwardGoals: number;