using System.Collections.Generic; using Sirenix.OdinInspector; using UnityEngine; namespace UnityTest.ZXL { public class AudioManager : SerializedMonoBehaviour { [ShowInInspector] private Dictionary dictionary = new Dictionary(); } }