format code with prettier

This commit is contained in:
evanpelle
2025-06-06 12:45:53 -07:00
parent 9c7e0ce32f
commit 02f7caef88
10 changed files with 10 additions and 45 deletions
-1
View File
@@ -1,7 +1,6 @@
import { Execution, Game, Player, PlayerID } from "../game/Game";
export class QuickChatExecution implements Execution {
private recipient: Player;
private mg: Game;