init
This commit is contained in:
10
Assets/Editor/com.unity.uiextensions/CUITextEditor.cs
Normal file
10
Assets/Editor/com.unity.uiextensions/CUITextEditor.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
/// Credit Titinious (https://github.com/Titinious)
|
||||
/// Sourced from - https://github.com/Titinious/CurlyUI
|
||||
|
||||
using UnityEditor;
|
||||
|
||||
namespace UnityEngine.UI.Extensions
|
||||
{
|
||||
[CustomEditor(typeof(CUIText))]
|
||||
public class CUITextEditor : CUIGraphicEditor { }
|
||||
}
|
||||
Reference in New Issue
Block a user