@mtgame/core 0.1.124 → 0.1.125
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 +3 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/rugby-game-log-types.js +4 -1
- package/fesm2015/mtgame-core.js +3 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/rugby-game-log-types.d.ts +3 -0
- package/package.json +1 -1
|
@@ -11286,6 +11286,9 @@
|
|
|
11286
11286
|
_a$6[exports.RugbyGameLogTypes.maul_won] = 'Мол выигран',
|
|
11287
11287
|
_a$6[exports.RugbyGameLogTypes.maul_lost] = 'Мол проигран',
|
|
11288
11288
|
_a$6[exports.RugbyGameLogTypes.team_foul] = 'Нарушение',
|
|
11289
|
+
_a$6[exports.RugbyGameLogTypes.start_kick] = 'Начальный удар',
|
|
11290
|
+
_a$6[exports.RugbyGameLogTypes.twenty_two_meters_kick] = 'Удар с 22 метров',
|
|
11291
|
+
_a$6[exports.RugbyGameLogTypes.goal_kick] = 'Удар от ворот',
|
|
11289
11292
|
_a$6);
|
|
11290
11293
|
|
|
11291
11294
|
var _a$5;
|