From 2fb787a744d4f7a37d81233d2913a5ef39122f73 Mon Sep 17 00:00:00 2001 From: Matheus Date: Thu, 28 Aug 2025 00:38:48 -0300 Subject: Comentarios --- scripts/InputHandler.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/InputHandler.cs') diff --git a/scripts/InputHandler.cs b/scripts/InputHandler.cs index 807ec83..b3c7018 100644 --- a/scripts/InputHandler.cs +++ b/scripts/InputHandler.cs @@ -1,6 +1,8 @@ using Godot; -using System; +/// +/// Obtém input do usuário. +/// public partial class InputHandler : Node { public Action GetAction(Player player) { Action action = null; -- cgit v1.2.3