Revert "removed internal"

This reverts commit 5408f455af.
This commit is contained in:
2026-03-08 09:43:38 +01:00
parent c92eb19a1c
commit ddc85655be
6 changed files with 31 additions and 31 deletions

View File

@@ -5,7 +5,7 @@ using Movementtests.interfaces;
[GlobalClass, Icon("res://assets/ui/IconGodotNode/control/icon_text_panel.png")]
public partial class PlayerUi : Control
{
private TextureRect[] _dashIcons = new TextureRect[3];
internal TextureRect[] _dashIcons = new TextureRect[3];
private TextureRect _enemyTarget;
private Healthbar _healthbar;