summaryrefslogtreecommitdiff
path: root/Thronefall_v1.0/Decompile/WishlistButton.cs
blob: b4492ff840db0a0aeb804fc912c8abb8ceaa30a5 (plain)
1
2
3
4
5
6
7
8
9
using UnityEngine;

public class WishlistButton : MonoBehaviour
{
	public void Wishlist()
	{
		Application.OpenURL("steam://openurl/https://store.steampowered.com/app/2239150/Thronefall/");
	}
}