Update Example.cs

This commit is contained in:
mackysoft 2023-08-19 21:44:16 +09:00
parent f2f150da79
commit 9a319eab39

View File

@ -1,3 +1,4 @@
#if UNITY_2019_3_OR_NEWER
using System.Collections.Generic;
using System;
using UnityEditor;
@ -114,4 +115,6 @@ public class AppleDrawer : PropertyDrawer
return EditorGUIUtility.singleLineHeight;
}
}
#endif
#endif