Files
MonoGame.Extended/Source/MonoGame.Extended.Gui/Orientation.cs
T
2018-03-05 22:06:57 +10:00

4 lines
88 B
C#

namespace MonoGame.Extended.Gui
{
public enum Orientation { Horizontal, Vertical }
}