Ejemplo n.º 1
0
 private void Awake()
 {
     instance = this;
 }
 private void Awake()
 {
     gridView = GetComponentInChildren <ContentSizeFitter>().gameObject;
     questDB  = GameObject.FindGameObjectWithTag("GameController").GetComponent <QuestDB>();
 }
Ejemplo n.º 3
0
    // UI STUFFS

    private void Start()
    {
        db = GetComponent <QuestDB>();
    }