Refactored Anne Lise bush into state machine
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user