using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; [CustomPropertyDrawer(typeof(TriggerAnimationDictionary))] public class TriggerAnimationDicDrawer : SerializableDictionaryPropertyDrawer { }