Add v1.0.3.1

This commit is contained in:
2023-09-06 22:00:49 +02:00
commit 3aebbbf8f0
2051 changed files with 757425 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
using System;
namespace RootMotion.FinalIK
{
// Token: 0x0200043D RID: 1085
[Serializable]
public enum FullBodyBipedChain
{
// Token: 0x04005677 RID: 22135
LeftArm,
// Token: 0x04005678 RID: 22136
RightArm,
// Token: 0x04005679 RID: 22137
LeftLeg,
// Token: 0x0400567A RID: 22138
RightLeg
}
}