blob: 07e3073ebf0ee64c821dc58db79ff9e02f59e16e (
plain)
1
2
3
4
5
6
7
8
9
|
using UnityEditor;
[CustomPropertyDrawer(typeof(UnitBoneDictionary))]
public class UnitBoneDictionaryDrawer : SerializableDictionaryPropertyDrawer { }
[CustomPropertyDrawer(typeof(UnitReferencePointDictionary))]
public class UnitReferencePointDictionaryDrawer : SerializableDictionaryPropertyDrawer { }
|