summaryrefslogtreecommitdiff
path: root/Thronefall_v1.0/Decompile/WishlistButton.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_v1.0/Decompile/WishlistButton.cs')
-rw-r--r--Thronefall_v1.0/Decompile/WishlistButton.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Thronefall_v1.0/Decompile/WishlistButton.cs b/Thronefall_v1.0/Decompile/WishlistButton.cs
new file mode 100644
index 0000000..b4492ff
--- /dev/null
+++ b/Thronefall_v1.0/Decompile/WishlistButton.cs
@@ -0,0 +1,9 @@
+using UnityEngine;
+
+public class WishlistButton : MonoBehaviour
+{
+ public void Wishlist()
+ {
+ Application.OpenURL("steam://openurl/https://store.steampowered.com/app/2239150/Thronefall/");
+ }
+}