mirror of
https://github.com/nothke/quality-control.git
synced 2025-09-01 08:03:43 +00:00
Added collision sounds
This commit is contained in:
13
Assets/Scripts/Utils/CollisionSoundsProfile.cs
Normal file
13
Assets/Scripts/Utils/CollisionSoundsProfile.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Nothke.Audio
|
||||
{
|
||||
[CreateAssetMenu(menuName = "CollisionSoundsProfile", fileName = "CollisionSoundsProfile")]
|
||||
public class CollisionSoundsProfile : ScriptableObject
|
||||
{
|
||||
public AudioClip[] clips;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user