summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Unit/Editor/TriggerAnimationDicDrawer.cs
blob: 8dace739aedd423a079323e870d393eec96031f1 (plain)
1
2
3
4
5
6
7
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;

[CustomPropertyDrawer(typeof(TriggerAnimationDictionary))]
public class TriggerAnimationDicDrawer : SerializableDictionaryPropertyDrawer { }