Semi-working Interactables rework

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

View File

@@ -7,7 +7,7 @@ namespace Input
/// Handles player movement in response to tap and hold input events.
/// Supports both direct and pathfinding movement modes, and provides event/callbacks for arrival/cancellation.
/// </summary>
public class PlayerTouchController : MonoBehaviour, ITouchInputConsumer
public class PlayerTouchController : Character, ITouchInputConsumer
{
// --- Movement State ---
private Vector3 targetPosition;