mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-06 07:37:56 +02:00
run auto fix lint
This commit is contained in:
@@ -9,13 +9,13 @@ export class Message {
|
||||
}
|
||||
|
||||
// Name of Message file
|
||||
filename: string = "";
|
||||
filename = "";
|
||||
|
||||
// The text contains in the Message
|
||||
msg: string = "";
|
||||
msg = "";
|
||||
|
||||
// Flag indicating whether this Message has been received by the player
|
||||
recvd: boolean = false;
|
||||
recvd = false;
|
||||
|
||||
constructor(filename="", msg="") {
|
||||
this.filename = filename;
|
||||
|
||||
Reference in New Issue
Block a user