Remove UNITY_2019_3_OR_NEWER directive

This commit is contained in:
Makihiro
2024-10-26 21:27:40 +09:00
parent 8f4e361790
commit 97d028ef2a
12 changed files with 20 additions and 46 deletions
-3
View File
@@ -1,4 +1,3 @@
#if UNITY_2019_3_OR_NEWER
using System.Collections.Generic;
using System;
using UnityEditor;
@@ -126,6 +125,4 @@ public class AppleDrawer : PropertyDrawer
return EditorGUIUtility.singleLineHeight;
}
}
#endif
#endif