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
@@ -0,0 +1,26 @@
using System;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x020018CC RID: 6348
[Token(Token = "0x20018CC")]
public enum EAppReleaseState
{
// Token: 0x04006392 RID: 25490
[Token(Token = "0x4006392")]
k_EAppReleaseState_Unknown,
// Token: 0x04006393 RID: 25491
[Token(Token = "0x4006393")]
k_EAppReleaseState_Unavailable,
// Token: 0x04006394 RID: 25492
[Token(Token = "0x4006394")]
k_EAppReleaseState_Prerelease,
// Token: 0x04006395 RID: 25493
[Token(Token = "0x4006395")]
k_EAppReleaseState_PreloadOnly,
// Token: 0x04006396 RID: 25494
[Token(Token = "0x4006396")]
k_EAppReleaseState_Released
}
}