Refactored Server/Script/Files code to TypeScript

This commit is contained in:
danielyxie
2019-03-04 17:40:28 -08:00
parent e1b8a23f1e
commit 473f0f1447
34 changed files with 763 additions and 695 deletions
+1 -1
View File
@@ -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;