Files
2026-04-25 23:37:10 +02:00

10 lines
192 B
C#

using UnityEngine.UIElements;
namespace RPGCoreCommon.Helpers.UIElements
{
[UxmlElement]
public partial class TwoPaneSplitView : UnityEngine.UIElements.TwoPaneSplitView
{
}
}