diff options
Diffstat (limited to 'Assets/Scripts/Unit/Editor/TriggerAnimationDicDrawer.cs')
-rw-r--r-- | Assets/Scripts/Unit/Editor/TriggerAnimationDicDrawer.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Assets/Scripts/Unit/Editor/TriggerAnimationDicDrawer.cs b/Assets/Scripts/Unit/Editor/TriggerAnimationDicDrawer.cs new file mode 100644 index 00000000..8dace739 --- /dev/null +++ b/Assets/Scripts/Unit/Editor/TriggerAnimationDicDrawer.cs @@ -0,0 +1,7 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEditor; + +[CustomPropertyDrawer(typeof(TriggerAnimationDictionary))] +public class TriggerAnimationDicDrawer : SerializableDictionaryPropertyDrawer { } |