GamePrefs.GetServerURL C# (CSharp) Method

GetServerURL() public static method

Get the url of the last server used
public static GetServerURL ( ) : string
return string
	public static string GetServerURL()
	{
		return PlayerPrefs.GetString(m_urlServerPrefKey, defaultServer);
	}