Some fixes made, object picking logic added
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
using static FMODEvents;
|
||||
|
||||
public class GrabAudioProfile : MonoBehaviour
|
||||
{
|
||||
[SerializeField] private GrabSoundType grabSoundType = GrabSoundType.Default;
|
||||
|
||||
public GrabSoundType GrabSoundType => grabSoundType;
|
||||
}
|
||||
Reference in New Issue
Block a user