summaryrefslogtreecommitdiff
path: root/scripts/input/GameOverInputHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/input/GameOverInputHandler.cs')
-rw-r--r--scripts/input/GameOverInputHandler.cs13
1 files changed, 0 insertions, 13 deletions
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;
-
-/// <summary>
-/// Esquema de controles para quando o jogador está morto.
-/// </summary>
-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