From 28b89971f0d3fd246443450c87f33996716facb3 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 15 Sep 2021 19:58:59 +0800 Subject: *misc --- Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Assets/Scripts/Unit/Editor/UnitDictionariesDrawer.cs') 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 { } + -- cgit v1.1-26-g67d0