Cleanedup prefabs and scenes

This commit is contained in:
Michal Pikulski
2025-11-01 20:33:17 +01:00
parent 917230e10a
commit 1fffb9af8e
29 changed files with 1522 additions and 685 deletions

View File

@@ -20,7 +20,7 @@ namespace Interactions
/// Base class for interactable objects that can respond to tap input events.
/// Subclasses should override OnCharacterArrived() to implement interaction-specific logic.
/// </summary>
public abstract class InteractableBase : MonoBehaviour, ITouchInputConsumer
public class InteractableBase : MonoBehaviour, ITouchInputConsumer
{
[Header("Interaction Settings")]
public bool isOneTime;