handleShooting no longer private

master
j 2024-04-24 00:12:52 -04:00
parent 4cb45aa8b0
commit 29f389ae3a
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ class GameFlow {
];
// Simulating the shooting subroutine
private handleShooting(userInput?: string): string {
handleShooting(userInput?: string): string {
let responseMessage = ''