8 lines
93 B
C#
Raw Normal View History

2022-02-21 18:40:03 +01:00
namespace Orientation
{
public enum Orientation
{
Left,
Right
}
}