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