@mtgame/core 0.2.35 → 0.2.36
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.
- package/bundles/mtgame-core.umd.js +5 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/basketball-game-log-types.js +6 -1
- package/fesm2015/mtgame-core.js +5 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/basketball-game-log-types.d.ts +5 -0
- package/package.json +1 -1
|
@@ -12863,6 +12863,11 @@
|
|
|
12863
12863
|
_a$f[exports.BasketballGameLogTypes.unsportsmanlike_foul] = 'Неспортиный фол',
|
|
12864
12864
|
_a$f[exports.BasketballGameLogTypes.timeout] = 'Таймаут',
|
|
12865
12865
|
_a$f[exports.BasketballGameLogTypes.team_rebound] = 'Командный подбор',
|
|
12866
|
+
_a$f[exports.BasketballGameLogTypes.dunk_attempt] = 'Данк мимо',
|
|
12867
|
+
_a$f[exports.BasketballGameLogTypes.dunk_made] = 'Данк',
|
|
12868
|
+
_a$f[exports.BasketballGameLogTypes.four_point_attempt] = 'Бросок 4 очка',
|
|
12869
|
+
_a$f[exports.BasketballGameLogTypes.four_point_made] = '4 очка',
|
|
12870
|
+
_a$f[exports.BasketballGameLogTypes.shootout] = 'Булит',
|
|
12866
12871
|
_a$f);
|
|
12867
12872
|
|
|
12868
12873
|
var _a$e;
|