コード例 #1
0
 private void Awake()
 {
     instance = this;
 }
コード例 #2
0
 private void Awake()
 {
     gridView = GetComponentInChildren <ContentSizeFitter>().gameObject;
     questDB  = GameObject.FindGameObjectWithTag("GameController").GetComponent <QuestDB>();
 }
コード例 #3
0
    // UI STUFFS

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