Quick scene browser tab

This commit is contained in:
Michal Pikulski
2025-09-11 15:29:28 +02:00
parent fd220de298
commit c5b8561b73
3 changed files with 126 additions and 3 deletions

View File

@@ -58,10 +58,7 @@ public class FollowerController: MonoBehaviour
/// </summary>
public event FollowerPickupHandler OnPickupReturned;
private Coroutine _pickupCoroutine;
private bool _lastInteractionSuccess = true;
void Awake()
{
_aiPath = GetComponent<AIPath>();