@mtgame/core 0.1.107 → 0.1.108

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.
@@ -22,6 +22,8 @@ export declare class BasketballGameStatistic extends BaseModel implements GameSt
22
22
  technicalFouls: number;
23
23
  unsportsmanlikeFouls: number;
24
24
  disqualificationFouls: number;
25
+ drawnFouls: number;
26
+ playerEfficiency: number;
25
27
  updatedAt: Date;
26
28
  get id(): number;
27
29
  static toFront(data: any): any;
@@ -41,6 +41,8 @@ export declare class BasketballStatistic extends BaseModel implements BaseStatis
41
41
  technicalFouls: number;
42
42
  unsportsmanlikeFouls: number;
43
43
  disqualificationFouls: number;
44
+ drawnFouls: number;
45
+ playerEfficiency: number;
44
46
  gameTime: number;
45
47
  newbie: boolean;
46
48
  rank: number;