Refactor stats
This commit is contained in:
@@ -18,7 +18,7 @@ public abstract partial class Enemy2D : Enemy
|
||||
|
||||
[Node] private EnemyModelView2D _enemyModelView { get; set; } = default!;
|
||||
|
||||
public void OnReady()
|
||||
public void OnEnterTree()
|
||||
{
|
||||
LineOfSight.BodyEntered += LineOfSight_BodyEntered;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user