Files
NobetaSource/Interop/Assembly-CSharp/RootMotion/FinalIK/FullBodyBipedChain.cs
2023-09-06 22:09:22 +02:00

19 lines
318 B
C#

using System;
namespace RootMotion.FinalIK
{
// Token: 0x02000446 RID: 1094
[Serializable]
public enum FullBodyBipedChain
{
// Token: 0x040056EB RID: 22251
LeftArm,
// Token: 0x040056EC RID: 22252
RightArm,
// Token: 0x040056ED RID: 22253
LeftLeg,
// Token: 0x040056EE RID: 22254
RightLeg
}
}