(MIGRATION START) Move all of V0 to V1:

- This commit marks the start of breaking changes
This commit is contained in:
Haï~
2023-10-02 04:47:33 +02:00
parent b1fbb5f4d8
commit 3bfcb763a1
19 changed files with 11 additions and 11 deletions
@@ -0,0 +1,16 @@
namespace AnimatorAsCode.V0.Extensions.VRChat
{
public enum TrackingElement
{
Head,
LeftHand,
RightHand,
Hip,
LeftFoot,
RightFoot,
LeftFingers,
RightFingers,
Eyes,
Mouth
}
}