fix
This commit is contained in:
parent
1bfe12a33e
commit
457b7f8615
@ -2,9 +2,7 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
using UnityEditor;
|
||||
|
||||
|
||||
public class UIEditorSkinHelper : Editor
|
||||
public static class UIEditorSkinHelper
|
||||
{
|
||||
public static void DrawProperty(SerializedProperty property, GUISkin skin, string content)
|
||||
{
|
||||
|
@ -1,4 +1,3 @@
|
||||
#if UNITY_EDITOR
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using AlicizaX.UI.Extension.Editor.Editor.Editor_Handlers;
|
||||
@ -517,5 +516,3 @@ public class UXButtonEditor : Editor
|
||||
return (Selectable.Transition)transition.enumValueIndex;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user