handleShooting no longer private
parent
4cb45aa8b0
commit
29f389ae3a
|
@ -715,7 +715,7 @@ class GameFlow {
|
|||
];
|
||||
|
||||
// Simulating the shooting subroutine
|
||||
private handleShooting(userInput?: string): string {
|
||||
handleShooting(userInput?: string): string {
|
||||
|
||||
let responseMessage = ''
|
||||
|
||||
|
|
Loading…
Reference in New Issue