Initial commit
This commit is contained in:
6
items/index.js
Normal file
6
items/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const Warframe = require("./Warframe");
|
||||
|
||||
module.exports = [
|
||||
new Warframe('ash'),
|
||||
new Warframe('atlas'),
|
||||
]
|
||||
Reference in New Issue
Block a user