summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/EAppReleaseState.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assembly_Firstpass/Steamworks/EAppReleaseState.cs')
-rw-r--r--Assembly_Firstpass/Steamworks/EAppReleaseState.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Assembly_Firstpass/Steamworks/EAppReleaseState.cs b/Assembly_Firstpass/Steamworks/EAppReleaseState.cs
new file mode 100644
index 0000000..822f3cc
--- /dev/null
+++ b/Assembly_Firstpass/Steamworks/EAppReleaseState.cs
@@ -0,0 +1,10 @@
+namespace Steamworks;
+
+public enum EAppReleaseState
+{
+ k_EAppReleaseState_Unknown,
+ k_EAppReleaseState_Unavailable,
+ k_EAppReleaseState_Prerelease,
+ k_EAppReleaseState_PreloadOnly,
+ k_EAppReleaseState_Released
+}