Format, but git forgot this last time

This commit is contained in:
rderfler
2022-04-14 12:00:17 -04:00
parent 3886e31a45
commit 9d18118208
7 changed files with 146 additions and 132 deletions
+2 -2
View File
@@ -304,8 +304,8 @@ export class PlayerObject implements IPlayer {
graftAugmentationWork: (numCycles: number) => boolean;
finishGraftAugmentationWork: (cancelled: boolean) => string;
applyEntropy: (stacks?: number) => void;
whoAmI(): string{
return 'Player';
whoAmI(): string {
return "Player";
}
constructor() {