Initial commit
This commit is contained in:
11
items/Warframe.js
Normal file
11
items/Warframe.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const Item = require("./Item");
|
||||
|
||||
module.exports = class Warframe extends Item {
|
||||
constructor(name) {
|
||||
super(name)
|
||||
|
||||
this.addPart('systems')
|
||||
this.addPart('neuroptics')
|
||||
this.addPart('chassis')
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user