removed internal
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 20s
Create tag and build when new code gets to main / Export (push) Successful in 5m2s

This commit is contained in:
2026-02-26 18:56:50 +01:00
parent 3a21f00528
commit 5408f455af
6 changed files with 31 additions and 31 deletions

View File

@@ -57,7 +57,7 @@ public partial class Enemy : CharacterBody3D,
// Private stuff
private Area3D _damageBox = null!;
internal Node3D _target = null!;
private Node3D _target = null!;
private Healthbar _healthbar = null!;
public override void _Ready()