Refactored Anne Lise bush into state machine

This commit is contained in:
2025-10-08 15:47:36 +02:00
parent a5fab5ba86
commit 92f935f272
17 changed files with 1866 additions and 568 deletions

View File

@@ -177,7 +177,7 @@ namespace Input
/// <summary>
/// Moves the player directly towards the specified world position.
/// </summary>
private void MoveDirectlyTo(Vector2 worldPosition)
public void MoveDirectlyTo(Vector2 worldPosition)
{
if (aiPath == null)
{