diff options
author | chai <chaifix@163.com> | 2021-09-15 19:58:59 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-09-15 19:58:59 +0800 |
commit | 28b89971f0d3fd246443450c87f33996716facb3 (patch) | |
tree | f7ab8055490d06a39ea52de6ab8f6f701c6b3733 /Assets/Scripts/Unit/Editor | |
parent | 5c559adec82205c3ce9427d6bfef5535867e2553 (diff) |
*misc
Diffstat (limited to 'Assets/Scripts/Unit/Editor')
-rw-r--r-- | Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs b/Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs index d56c9f36..07e3073e 100644 --- a/Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs +++ b/Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs @@ -3,3 +3,7 @@ [CustomPropertyDrawer(typeof(UnitBoneDictionary))] public class UnitBoneDictionaryDrawer : SerializableDictionaryPropertyDrawer { } + +[CustomPropertyDrawer(typeof(UnitReferencePointDictionary))] +public class UnitReferencePointDictionaryDrawer : SerializableDictionaryPropertyDrawer { } + |