engine in ts

This commit is contained in:
Olivier Gagnon
2021-09-24 18:29:25 -04:00
parent ad75fa5ebc
commit 43723a3fbb
8 changed files with 62 additions and 46 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ export class PlayerObject implements IPlayer {
createProgramWork: (numCycles: number) => boolean;
takeClass: (numCycles: number) => boolean;
commitCrime: (numCycles: number) => boolean;
checkForFactionInvitations: () => void;
checkForFactionInvitations: () => Faction[];
setBitNodeNumber: (n: number) => void;
getMult: (name: string) => number;
setMult: (name: string, mult: number) => void;