File Alignment.cs
File List > Elements > Alignment.cs
Go to the documentation of this file
#if RPH || ALTV
namespace LemonUI
{
public enum Alignment
{
Center = 0,
Left = 1,
Right = 2,
}
}
#endif
File List > Elements > Alignment.cs
Go to the documentation of this file
#if RPH || ALTV
namespace LemonUI
{
public enum Alignment
{
Center = 0,
Left = 1,
Right = 2,
}
}
#endif