fixes, portal sound changed, faders

This commit is contained in:
Timur Nizamov
2025-12-08 00:06:28 +02:00
parent f414e10d94
commit 647d247c81
81 changed files with 963 additions and 885 deletions

View File

@@ -61,7 +61,6 @@ public class AudioManager : MonoBehaviour
EVENT_CALLBACK beatCallback;
private static AudioManager _instance { get; set; }
public static event Action<string> OnNewBGMMarker;
// public static AudioManager instance;
private static EventInstance musicEventInstance;