Exemple #1
0
 // Start is called before the first frame update
 void Awake()
 {
     instance = this;
 }
 // Use this for initialization
 void Awake()
 {
     Dialogsystem = this;
     this.gameObject.SetActive(false);
 }