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: 0x02000C54 RID: 3156
public enum EAJABOECGNI
{
// Token: 0x04004371 RID: 17265
Disabled,
// Token: 0x04004372 RID: 17266
Small,
// Token: 0x04004373 RID: 17267
Medium,
// Token: 0x04004374 RID: 17268
Large,
// Token: 0x04004375 RID: 17269
Junior = 99
}
}