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

8 lines
93 B
C#
Raw Normal View History

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