@mtgame/core 0.2.84 → 0.2.85

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.
@@ -24,6 +24,8 @@ export declare class WrestballGameStatistic extends BaseModel implements GameSta
24
24
  disqualificationFouls: number;
25
25
  drawnFouls: number;
26
26
  drawnWrestlerAttempts: number;
27
+ drawnWrestlerWonAttempts: number;
28
+ drawnWrestlerLostAttempts: number;
27
29
  wrestlerScrumsWon: number;
28
30
  wrestlerScrumsLost: number;
29
31
  wrestlerScrumsTie: number;
@@ -43,6 +43,8 @@ export declare class WrestballStatistic extends BaseModel implements BaseStatist
43
43
  personalFouls: number;
44
44
  drawnFouls: number;
45
45
  drawnWrestlerAttempts: number;
46
+ drawnWrestlerWonAttempts: number;
47
+ drawnWrestlerLostAttempts: number;
46
48
  wrestlerScrums: number;
47
49
  wrestlerScrumsWon: number;
48
50
  wrestlerScrumsLost: number;