Initial commit

This commit is contained in:
2022-02-15 22:07:56 +03:00
commit 58530bf433
8 changed files with 1114 additions and 0 deletions

6
items/index.js Normal file
View File

@@ -0,0 +1,6 @@
const Warframe = require("./Warframe");
module.exports = [
new Warframe('ash'),
new Warframe('atlas'),
]