This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
using System;
namespace UnityEngine
{
// Token: 0x02000217 RID: 535
internal enum BodyDoF
{
// Token: 0x040005AD RID: 1453
SpineFrontBack,
// Token: 0x040005AE RID: 1454
SpineLeftRight,
// Token: 0x040005AF RID: 1455
SpineRollLeftRight,
// Token: 0x040005B0 RID: 1456
ChestFrontBack,
// Token: 0x040005B1 RID: 1457
ChestLeftRight,
// Token: 0x040005B2 RID: 1458
ChestRollLeftRight,
// Token: 0x040005B3 RID: 1459
UpperChestFrontBack,
// Token: 0x040005B4 RID: 1460
UpperChestLeftRight,
// Token: 0x040005B5 RID: 1461
UpperChestRollLeftRight,
// Token: 0x040005B6 RID: 1462
LastBodyDoF
}
}