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
+19
View File
@@ -0,0 +1,19 @@
using System;
namespace UnityEngine
{
// Token: 0x0200021B RID: 539
internal enum FingerDoF
{
// Token: 0x040005DB RID: 1499
ProximalDownUp,
// Token: 0x040005DC RID: 1500
ProximalInOut,
// Token: 0x040005DD RID: 1501
IntermediateCloseOpen,
// Token: 0x040005DE RID: 1502
DistalCloseOpen,
// Token: 0x040005DF RID: 1503
LastFingerDoF
}
}