Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkey-bored committed Feb 14, 2024
1 parent bac07e7 commit 585b16a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion development/code/Game.ts
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@ import { RulesManager } from './logic/rules/RulesManager';
import { showWinningAlert as showGameEndAlert } from './ui/Screen';
import { Logger } from './ui/logs/Logger';
import { initialiseInventoryUI } from './ui/InventoriesUI';
import { Trap } from './logic/items/Trap';

let rulesManager: RulesManager;
const whitePlayer = new Player(PlayerColors.WHITE);

0 comments on commit 585b16a

Please sign in to comment.