This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
using System;
using System.ComponentModel;
using Cpp2IlInjected;
// Token: 0x020000AD RID: 173
[Token(Token = "0x20000AD")]
public enum IGCPBBMCLNE
{
// Token: 0x040001C5 RID: 453
[Token(Token = "0x40001C5")]
[Description]
Unknown,
// Token: 0x040001C6 RID: 454
[Token(Token = "0x40001C6")]
[Description]
Matchmaking,
// Token: 0x040001C7 RID: 455
[Token(Token = "0x40001C7")]
[Description]
Moderated,
// Token: 0x040001C8 RID: 456
[Token(Token = "0x40001C8")]
[Description]
Private,
// Token: 0x040001C9 RID: 457
[Token(Token = "0x40001C9")]
[Description]
Solo
}