File structure
This commit is contained in:
10
gather/src/output/ListingSet.js
Normal file
10
gather/src/output/ListingSet.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = class ListingSet {
|
||||
constructor (name, parts, set) {
|
||||
this.name = name + ' prime'
|
||||
this.parts = parts
|
||||
this.set = set
|
||||
this.link = `https://warframe.market/items/${name}_prime_set`
|
||||
|
||||
this.difference = set - parts
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user