(MIGRATION) Rearrange assembly structure

This commit is contained in:
Haï~
2023-10-02 04:47:51 +02:00
parent 3bfcb763a1
commit c4174120b9
44 changed files with 78 additions and 19 deletions
+16
View File
@@ -0,0 +1,16 @@
namespace AnimatorAsCode.V1.Extensions.VRChat
{
public enum TrackingElement
{
Head,
LeftHand,
RightHand,
Hip,
LeftFoot,
RightFoot,
LeftFingers,
RightFingers,
Eyes,
Mouth
}
}