index
:
unityprojects
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
VRCSDK3AvatarsQuest
/
Assets
/
Resources
/
GestureManager
/
Scripts
/
Extra
/
GestureHand.cs
blob: 9ece2b70509551cb0760c9e18802aee7642ee7bd (
plain
)
1
2
3
4
5
6
7
8
namespace
GestureManager.Scripts.Extra
{
public
enum
GestureHand
{
Left
,
Right
}
}