private void Start()
 {
     CommandCount.Reset();
 }
Esempio n. 2
0
 public void OnClick()
 {
     gameObject.GetComponent <Button>().interactable = false;
     CommandCount.Reset();
     StartCoroutine(Run());
 }