mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 01:36:12 +00:00
6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
export default {
|
|
ACTION_SKILL: 1,
|
|
AUGMENT_CHEVRON: 2,
|
|
AUGMENT_DIAMOND: 3,
|
|
AUGMENT_ACTION_SKILL: 4,
|
|
}
|