7 lines
209 B
C#
7 lines
209 B
C#
using UnityEngine.UIElements;
|
|
|
|
namespace AlicizaX.AnimationFlow.Editor {
|
|
public class SplitView : TwoPaneSplitView {
|
|
public new class UxmlFactory : UxmlFactory<SplitView, UxmlTraits> { }
|
|
}
|
|
} |