mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
prettify, sorry for the big ass commit
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
export class DarkWebItem {
|
||||
program: string;
|
||||
price: number;
|
||||
description: string;
|
||||
program: string;
|
||||
price: number;
|
||||
description: string;
|
||||
|
||||
constructor(program: string, price: number, description: string) {
|
||||
this.program = program;
|
||||
this.price = price;
|
||||
this.description = description;
|
||||
}
|
||||
constructor(program: string, price: number, description: string) {
|
||||
this.program = program;
|
||||
this.price = price;
|
||||
this.description = description;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user