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