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

public enum EBeginAuthSessionResult
{
	k_EBeginAuthSessionResultOK,
	k_EBeginAuthSessionResultInvalidTicket,
	k_EBeginAuthSessionResultDuplicateRequest,
	k_EBeginAuthSessionResultInvalidVersion,
	k_EBeginAuthSessionResultGameMismatch,
	k_EBeginAuthSessionResultExpiredTicket
}