9 lines
176 B
C#
9 lines
176 B
C#
using UnityEngine.UIElements;
|
|
|
|
namespace RPGCoreCommon.Helpers.UIElements
|
|
{
|
|
[UxmlElement]
|
|
public partial class HelpBox : UnityEngine.UIElements.HelpBox
|
|
{
|
|
}
|
|
} |