mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Pull out gear into separate modules
This commit is contained in:
11
common/script/content/gear/body.js
Normal file
11
common/script/content/gear/body.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import {body as baseBody} from './sets/base';
|
||||
|
||||
import {body as specialBody} from './sets/special';
|
||||
|
||||
let body = {
|
||||
base: baseBody,
|
||||
special: specialBody,
|
||||
};
|
||||
|
||||
export default body;
|
||||
|
||||
Reference in New Issue
Block a user