mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 04:47:03 +02:00
Refactored Server/Script/Files code to TypeScript
This commit is contained in:
@@ -12,7 +12,7 @@ export class Message {
|
||||
filename: string = "";
|
||||
|
||||
// The text contains in the Message
|
||||
msg: string = "":
|
||||
msg: string = "";
|
||||
|
||||
// Flag indicating whether this Message has been received by the player
|
||||
recvd: boolean = false;
|
||||
|
||||
Reference in New Issue
Block a user