@mtgame/core 0.2.101 → 0.2.102

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.
@@ -117,6 +117,7 @@ export declare class BasketballGameLog extends BaseModel implements GameLogBase
117
117
  isBench: boolean;
118
118
  group: string;
119
119
  marked: boolean;
120
+ isAdditionalPoint: boolean;
120
121
  coords: [number, number];
121
122
  shootoutPoints: number;
122
123
  isPointsType(): boolean;