File Direction.cs
File List > LemonUI > LemonUI > Menus > Direction.cs
Go to the documentation of this file
namespace LemonUI.Menus
{
public enum Direction
{
Unknown = 0,
Left = 1,
Right = 2,
}
}
File List > LemonUI > LemonUI > Menus > Direction.cs
Go to the documentation of this file
namespace LemonUI.Menus
{
public enum Direction
{
Unknown = 0,
Left = 1,
Right = 2,
}
}