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/actors/Player.cs | |
| parent | 6c7e2ac133986efa57b43df52a5498c6f7efcf75 (diff) | |
Comentarios
Diffstat (limited to 'scripts/actors/Player.cs')
| -rw-r--r-- | scripts/actors/Player.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/actors/Player.cs b/scripts/actors/Player.cs index c15db21..324e67a 100644 --- a/scripts/actors/Player.cs +++ b/scripts/actors/Player.cs @@ -1,6 +1,9 @@ using Godot; using System; +/// <summary> +/// Classe do jogador. Por enquanto não é diferente do Ator, mas isso pode mudar. +/// </summary> [GlobalClass] public partial class Player : Actor { |
