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
+14
View File
@@ -0,0 +1,14 @@
using System;
// Token: 0x02000A06 RID: 2566
public enum EHJMBEDEIAJ
{
// Token: 0x04003634 RID: 13876
GREATEST_SCORE_WINS,
// Token: 0x04003635 RID: 13877
LOWEST_SCORE_WINS,
// Token: 0x04003636 RID: 13878
EVERYONE_WINS,
// Token: 0x04003637 RID: 13879
WINNER_EXPLICITY_SET
}