using System.Collections; using System.Collections.Generic; using UnityEngine; namespace AYellowpaper.SerializedCollections { public class SerializedDictionarySampleThree : MonoBehaviour { [SerializeField] private SerializedDictionary _nameOverrides; } }