@mtgame/core 0.2.32 → 0.2.33
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 +1 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/rugby-game-log-types.js +2 -1
- package/fesm2015/mtgame-core.js +1 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/rugby-game-log-types.d.ts +1 -0
- package/package.json +1 -1
|
@@ -13087,6 +13087,7 @@
|
|
|
13087
13087
|
_a$6[exports.RugbyGameLogTypes.end_game_penalty_goal] = 'Штрафной гол',
|
|
13088
13088
|
_a$6[exports.RugbyGameLogTypes.foot_field_shot] = 'Удар ногой в поле',
|
|
13089
13089
|
_a$6[exports.RugbyGameLogTypes.foot_out_shot] = 'Удар ногой в аут',
|
|
13090
|
+
_a$6[exports.RugbyGameLogTypes.foot_kick_50_22] = 'Удар ногой 50/22',
|
|
13090
13091
|
_a$6[exports.RugbyGameLogTypes.timeout] = 'Таймаут',
|
|
13091
13092
|
_a$6[exports.RugbyGameLogTypes.scrum_won] = 'Схватка выиграна',
|
|
13092
13093
|
_a$6[exports.RugbyGameLogTypes.scrum_lost] = 'Схватка проиграна',
|