Exemple #1
0
 public void ShowWindow(bool flag)
 {
     UISystem.gameObject.SetActive(flag);
     toolbarToggle?.SetValue(flag);
 }