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
View File
@@ -20,6 +20,7 @@ export interface IPlayer {
city: string;
companyName: string;
corporation: any;
currentServer: string;
factions: string[];
hacknetNodes: any[];
hasWseAccount: boolean;