scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
|
||||
namespace Steamworks
|
||||
{
|
||||
// Token: 0x020008FA RID: 2298
|
||||
public enum FDLBFEMPOPJ
|
||||
{
|
||||
// Token: 0x04003123 RID: 12579
|
||||
k_EAppReleaseState_Unknown,
|
||||
// Token: 0x04003124 RID: 12580
|
||||
k_EAppReleaseState_Unavailable,
|
||||
// Token: 0x04003125 RID: 12581
|
||||
k_EAppReleaseState_Prerelease,
|
||||
// Token: 0x04003126 RID: 12582
|
||||
k_EAppReleaseState_PreloadOnly,
|
||||
// Token: 0x04003127 RID: 12583
|
||||
k_EAppReleaseState_Released
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user