Semi-working Interactables rework

This commit is contained in:
Michal Pikulski
2025-09-10 16:42:43 +02:00
parent abffb5c558
commit 0ef25f265c
15 changed files with 271 additions and 124 deletions

View File

@@ -6,7 +6,7 @@ using Utils;
/// <summary>
/// Controls the follower character, including following the player, handling pickups, and managing held items.
/// </summary>
public class FollowerController : MonoBehaviour
public class FollowerController : Character
{
[Header("Follower Settings")]
public bool debugDrawTarget = true;
@@ -457,5 +457,3 @@ public class FollowerController : MonoBehaviour
}
}
}