This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x020017D0 RID: 6096
[Token(Token = "0x20017D0")]
public enum EUGCReadAction
{
// Token: 0x04006092 RID: 24722
[Token(Token = "0x4006092")]
k_EUGCRead_ContinueReadingUntilFinished,
// Token: 0x04006093 RID: 24723
[Token(Token = "0x4006093")]
k_EUGCRead_ContinueReading,
// Token: 0x04006094 RID: 24724
[Token(Token = "0x4006094")]
k_EUGCRead_Close
}
}