音乐效果
This commit is contained in:
18
Assets/Scripts/Manager/AudioManager.cs
Normal file
18
Assets/Scripts/Manager/AudioManager.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Audio;
|
||||
|
||||
namespace Ichni
|
||||
{
|
||||
public class AudioManager : MonoBehaviour
|
||||
{
|
||||
public AudioMixer audioMixer;
|
||||
public AudioMixerGroup masterGroup, musicGroup, noteSoundFXGroup, uiSoundFXGroup;
|
||||
|
||||
private void Awake()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user