BGJ-2022.1/Assets/Scripts/Orientation/Orientation.cs

8 lines
93 B
C#

namespace Orientation
{
public enum Orientation
{
Left,
Right
}
}