public AppcraftedManager() { if (instance !=null) { Debug.LogError ("Cannot have two instances of singleton."); return; } instance = this; }
public AppcraftedManager() { if (instance != null) { Debug.LogError("Cannot have two instances of singleton."); return; } instance = this; }