From c6bbb834f7758027c0df338f1520f34fad3befea Mon Sep 17 00:00:00 2001 From: Matheus Date: Tue, 9 Sep 2025 19:09:34 -0300 Subject: Organização MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/input/GameOverInputHandler.cs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 scripts/input/GameOverInputHandler.cs (limited to 'scripts/input/GameOverInputHandler.cs') diff --git a/scripts/input/GameOverInputHandler.cs b/scripts/input/GameOverInputHandler.cs deleted file mode 100644 index 5e41daf..0000000 --- a/scripts/input/GameOverInputHandler.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Godot; - -/// -/// Esquema de controles para quando o jogador está morto. -/// -public partial class GameOverInputHandler : BaseInputHandler { - - // Por enquanto não tem nada. - public override Action GetAction(Player player) - { - return null; - } -} \ No newline at end of file -- cgit v1.2.3