update tùm lum tùm la
This commit is contained in:
@@ -3,5 +3,13 @@ using UnityEngine;
|
||||
[CreateAssetMenu(fileName = "ObjectInteraction", menuName = "Scriptable Objects/ObjectInteraction")]
|
||||
public class ObjectInteraction : ScriptableObject
|
||||
{
|
||||
[Header("UI Settings")]
|
||||
public string promptText = "Interact";
|
||||
|
||||
[Header("Audio & Visuals")]
|
||||
public AudioClip interactionSound;
|
||||
public GameObject interactionVFX;
|
||||
|
||||
[Header("Settings")]
|
||||
public float interactionCooldown = 0.5f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user