using Godot;
using Rokojori;
using Rokojori.Extensions;
namespace Rokojori
{
public enum UILineWrap
___,
Wrap_On_Overflow,
Wrap_Always,
Wrap_Never
}