@mtgame/core 0.2.5 → 0.2.7

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.
@@ -108,6 +108,7 @@ export declare class BasketballGameLog extends BaseModel implements GameLogBase
108
108
  isBench: boolean;
109
109
  group: string;
110
110
  marked: boolean;
111
+ coords: [number, number];
111
112
  isPointsType(): boolean;
112
113
  isReboundType(): boolean;
113
114
  isFoulType(): boolean;