diff options
author | chai <chaifix@163.com> | 2021-09-15 09:23:46 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-09-15 09:23:46 +0800 |
commit | ad950c25abdf7f5a2f0428863d4035e9eb168fd5 (patch) | |
tree | 58c06b6671de90455150a0e5647f4cdac03c1306 /Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs | |
parent | 5ba836c17dcd9e6107f0de7a4c5d8063cab79fb4 (diff) |
*misc
Diffstat (limited to 'Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs')
-rw-r--r-- | Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs | 5 |
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 { } + |