summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs')
-rw-r--r--Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs b/Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs
new file mode 100644
index 00000000..d56c9f36
--- /dev/null
+++ b/Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs
@@ -0,0 +1,5 @@
+using UnityEditor;
+
+[CustomPropertyDrawer(typeof(UnitBoneDictionary))]
+public class UnitBoneDictionaryDrawer : SerializableDictionaryPropertyDrawer { }
+