(MIGRATION) Rearrange assembly structure
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace AnimatorAsCode.V1.Extensions.VRChat
|
||||
{
|
||||
public enum TrackingElement
|
||||
{
|
||||
Head,
|
||||
LeftHand,
|
||||
RightHand,
|
||||
Hip,
|
||||
LeftFoot,
|
||||
RightFoot,
|
||||
LeftFingers,
|
||||
RightFingers,
|
||||
Eyes,
|
||||
Mouth
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user