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