fixed broken elements due to api changes

This commit is contained in:
cnachtigall1991
2021-10-17 19:52:12 +02:00
parent 123f78cb21
commit 6310295795
10 changed files with 228 additions and 69 deletions

11
src/constants/index.js Normal file
View File

@@ -0,0 +1,11 @@
export const HITGROUPS = {
0: 'HitGroupGeneric',
1: 'HitGroupHead',
2: 'HitGroupChest',
3: 'HitGroupStomach',
4: 'HitGroupLeftArm',
5: 'HitGroupRightArm',
6: 'HitGroupLeftLeg',
7: 'HitGroupRightLeg',
10: 'HitGroupGear'
}