Add v1.0.3.1

This commit is contained in:
2023-09-06 22:00:49 +02:00
commit 3aebbbf8f0
2051 changed files with 757425 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
using System;
// Token: 0x020002A5 RID: 677
public enum MessageBoxStyle
{
// Token: 0x04003C61 RID: 15457
Universal,
// Token: 0x04003C62 RID: 15458
SingleOption,
// Token: 0x04003C63 RID: 15459
DataBroken,
// Token: 0x04003C64 RID: 15460
BeatingGame,
// Token: 0x04003C65 RID: 15461
Difficulty
}