fixed broken elements due to api changes
This commit is contained in:
11
src/constants/index.js
Normal file
11
src/constants/index.js
Normal 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'
|
||||
}
|
||||
Reference in New Issue
Block a user