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
+23
View File
@@ -0,0 +1,23 @@
using System;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x020018C4 RID: 6340
[Token(Token = "0x20018C4")]
public enum EServerMode
{
// Token: 0x040062DA RID: 25306
[Token(Token = "0x40062DA")]
eServerModeInvalid,
// Token: 0x040062DB RID: 25307
[Token(Token = "0x40062DB")]
eServerModeNoAuthentication,
// Token: 0x040062DC RID: 25308
[Token(Token = "0x40062DC")]
eServerModeAuthentication,
// Token: 0x040062DD RID: 25309
[Token(Token = "0x40062DD")]
eServerModeAuthenticationAndSecure
}
}