Cleanedup prefabs and scenes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user