diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-09-16 23:08:06 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-09-16 23:08:06 -0300 |
| commit | eacdd15612c70ff86f3446982c46a09272249936 (patch) | |
| tree | 25faadb416abc0df611aca9c9e03fb5148b31dc6 /scripts/Entities/Items/ScrollConsumable.cs | |
| parent | 39443bfadc4d8ce146b4fb02d686962d506d2739 (diff) | |
Correção de comentário
Diffstat (limited to 'scripts/Entities/Items/ScrollConsumable.cs')
| -rw-r--r-- | scripts/Entities/Items/ScrollConsumable.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/Entities/Items/ScrollConsumable.cs b/scripts/Entities/Items/ScrollConsumable.cs index 7fc3de7..7dc8e48 100644 --- a/scripts/Entities/Items/ScrollConsumable.cs +++ b/scripts/Entities/Items/ScrollConsumable.cs @@ -105,13 +105,6 @@ public partial class ScrollConsumable(Vector2I initialPosition, MapData map, Scr } /// <summary> - /// Este método é executado quando o feitiço deste pergaminho for executado - /// (depois do jogador escolher um alvo.) - /// </summary> - /// <param name="success">Se o feitiço for executado com sucesso.</param> - - - /// <summary> /// Este método é executado quando o feitiço deste pergaminho for executado /// (depois do jogador escolher um alvo.) /// </summary> |
