using UnityEngine;
namespace RedCircuit.Audio
{
/// <summary>音符播放器,驱动音符盒与蜂鸣器,支持频率随信号强度变化。</summary>
public class NotePlayer : MonoBehaviour
}