示例#1
0
 private dataInfo GetSetDataInfo(QuestDateBase data, string planetName)
 {
     return(data.database[planetName]);
 }
示例#2
0
    // Start is called before the first frame update

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