This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 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
}
}