21 lines
448 B
C#
21 lines
448 B
C#
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
|
|
}
|
|
}
|