Files
Shopping_UnityVR/Assets/02_Scripts/UI/Handedness.cs

9 lines
95 B
C#

namespace VRShopping.UI
{
public enum Handedness
{
Left,
Right
}
}