Converting random pieces of code to ts

This commit is contained in:
Olivier Gagnon
2021-03-14 01:08:24 -05:00
parent 642c7a107a
commit 6c0b5b3ed9
21 changed files with 198 additions and 688 deletions
+1
View File
@@ -146,6 +146,7 @@ export interface IPlayer {
hasCorporation(): boolean;
hasGangWith(facName: string): boolean;
hasTorRouter(): boolean;
hasProgram(program: string): boolean;
inBladeburner(): boolean;
inGang(): boolean;
isQualified(company: Company, position: CompanyPosition): boolean;