FIRST
CI / Go Backend (push) Canceled after 0s

This commit is contained in:
xyou
2026-08-07 23:39:47 +08:00
parent f2105bf14c
commit 9500c4c80a
52 changed files with 3801 additions and 0 deletions
@@ -0,0 +1,9 @@
using UnityEngine;
namespace RedCircuit.Audio
{
/// <summary>音频管理器,统一管理 BGM、UI 音效与游戏内音效播放。</summary>
public class AudioManager : MonoBehaviour
{
}
}
@@ -0,0 +1,9 @@
using UnityEngine;
namespace RedCircuit.Audio
{
/// <summary>音符播放器,驱动音符盒与蜂鸣器,支持频率随信号强度变化。</summary>
public class NotePlayer : MonoBehaviour
{
}
}
@@ -0,0 +1,10 @@
{
"name": "RedCircuit.Audio",
"rootNamespace": "RedCircuit.Audio",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"autoReferenced": true,
"defineConstraints": []
}