public void init_2stage() { notemager = FindObjectOfType <NoteManger>(); for (int i = 0; i < noteCount; i++) { notemager.AddCount(1); } }
public void CheckAddcount(int i) { if (!check) { notemager.AddCount(1); check = true; } else { return; } }