public string gamePrefsName = "DefaultGame"; // DO NOT FORGET TO SET THIS IN THE EDITOR!!
	
	public void Awake() {
		Instance = this;
	}
Example #2
0
    public string gamePrefsName = "DefaultGame";     // DO NOT FORGET TO SET THIS IN THE EDITOR!!

    public void Awake()
    {
        Instance = this;
    }