@mtgame/core 0.2.89 → 0.2.90
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.
|
@@ -69,6 +69,7 @@ export declare class HockeyGameStatistic extends BaseModel implements GameStatis
|
|
|
69
69
|
get totalShots(): number;
|
|
70
70
|
get goals(): number;
|
|
71
71
|
get totalGoals(): number;
|
|
72
|
+
get totalGoalsPercent(): number;
|
|
72
73
|
get assists(): number;
|
|
73
74
|
get faceOffs(): number;
|
|
74
75
|
get shootOuts(): number;
|