diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-28 00:38:48 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-28 00:38:48 -0300 |
| commit | 2fb787a744d4f7a37d81233d2913a5ef39122f73 (patch) | |
| tree | f9595d6757203146aa8201a86275c2c842bae03b /scripts/InputHandler.cs | |
| parent | 6c7e2ac133986efa57b43df52a5498c6f7efcf75 (diff) | |
Comentarios
Diffstat (limited to 'scripts/InputHandler.cs')
| -rw-r--r-- | scripts/InputHandler.cs | 4 |
1 files changed, 3 insertions, 1 deletions
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; +/// <summary> +/// Obtém input do usuário. +/// </summary> public partial class InputHandler : Node { public Action GetAction(Player player) { Action action = null; |
