Exemple #1
0
 public void button_cancle_create_custom()
 {
     B_custom.SetActive(false);
 }
Exemple #2
0
 void Start()
 {
     Bg_sub.SetActive(false);
     B_custom.SetActive(false);
     B_random.SetActive(false);
 }
Exemple #3
0
 public void button_to_create_custom()
 {
     B_custom.SetActive(true);
 }