summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/EAppReleaseState.cs
blob: 822f3cc50cc340a91db582338e482daa38735300 (plain)
1
2
3
4
5
6
7
8
9
10
namespace Steamworks;

public enum EAppReleaseState
{
	k_EAppReleaseState_Unknown,
	k_EAppReleaseState_Unavailable,
	k_EAppReleaseState_Prerelease,
	k_EAppReleaseState_PreloadOnly,
	k_EAppReleaseState_Released
}