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,26 @@
using System;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x020017EC RID: 6124
[Token(Token = "0x20017EC")]
public enum EAppReleaseState
{
// Token: 0x040061D9 RID: 25049
[Token(Token = "0x40061D9")]
k_EAppReleaseState_Unknown,
// Token: 0x040061DA RID: 25050
[Token(Token = "0x40061DA")]
k_EAppReleaseState_Unavailable,
// Token: 0x040061DB RID: 25051
[Token(Token = "0x40061DB")]
k_EAppReleaseState_Prerelease,
// Token: 0x040061DC RID: 25052
[Token(Token = "0x40061DC")]
k_EAppReleaseState_PreloadOnly,
// Token: 0x040061DD RID: 25053
[Token(Token = "0x40061DD")]
k_EAppReleaseState_Released
}
}