GamePrefs.GetWorldId C# (CSharp) Method

GetWorldId() public static method

Get the id of the most recently used world
public static GetWorldId ( ) : int
return int
	public static int GetWorldId()
	{
		return PlayerPrefs.GetInt(m_worldIdKey, 1);
	}