summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/EBeginAuthSessionResult.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assembly_Firstpass/Steamworks/EBeginAuthSessionResult.cs')
-rw-r--r--Assembly_Firstpass/Steamworks/EBeginAuthSessionResult.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Assembly_Firstpass/Steamworks/EBeginAuthSessionResult.cs b/Assembly_Firstpass/Steamworks/EBeginAuthSessionResult.cs
new file mode 100644
index 0000000..b217fb9
--- /dev/null
+++ b/Assembly_Firstpass/Steamworks/EBeginAuthSessionResult.cs
@@ -0,0 +1,11 @@
+namespace Steamworks;
+
+public enum EBeginAuthSessionResult
+{
+ k_EBeginAuthSessionResultOK,
+ k_EBeginAuthSessionResultInvalidTicket,
+ k_EBeginAuthSessionResultDuplicateRequest,
+ k_EBeginAuthSessionResultInvalidVersion,
+ k_EBeginAuthSessionResultGameMismatch,
+ k_EBeginAuthSessionResultExpiredTicket
+}