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 RecRoom
{
// Token: 0x020010F4 RID: 4340
public enum FOGKDGELKHN
{
// Token: 0x04005E60 RID: 24160
Self,
// Token: 0x04005E61 RID: 24161
Parent,
// Token: 0x04005E62 RID: 24162
Children,
// Token: 0x04005E63 RID: 24163
SelfAndParent,
// Token: 0x04005E64 RID: 24164
SelfAndChildren
}
}