From 29f389ae3a501fd71aec6d08e15b1fc9415f9a5e Mon Sep 17 00:00:00 2001 From: j Date: Wed, 24 Apr 2024 00:12:52 -0400 Subject: [PATCH] handleShooting no longer private --- src/game/gameFlow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/gameFlow.ts b/src/game/gameFlow.ts index 229a45c..2bbd55f 100644 --- a/src/game/gameFlow.ts +++ b/src/game/gameFlow.ts @@ -715,7 +715,7 @@ class GameFlow { ]; // Simulating the shooting subroutine - private handleShooting(userInput?: string): string { + handleShooting(userInput?: string): string { let responseMessage = ''