private void Awake() { if (instance == null) { instance = this; } else { Destroy(gameObject); } }
private void Start() { gemController = GemManagerPD31.instance; }