10 lines
192 B
C#
10 lines
192 B
C#
using UnityEngine.UIElements;
|
|
|
|
namespace RPGCoreCommon.Helpers.UIElements
|
|
{
|
|
[UxmlElement]
|
|
public partial class TwoPaneSplitView : UnityEngine.UIElements.TwoPaneSplitView
|
|
{
|
|
}
|
|
}
|