예제 #1
0
파일: Test.cs 프로젝트: projectgoldbar/week
 private dataInfo GetSetDataInfo(QuestDateBase data, string planetName)
 {
     return(data.database[planetName]);
 }
예제 #2
0
파일: Test.cs 프로젝트: projectgoldbar/week
    // Start is called before the first frame update

    private void Awake()
    {
        line      = GetComponent <LineRenderer>();
        questDate = GetComponent <QuestDateBase>();
    }