コード例 #1
0
 // Start is called before the first frame update
 void Start()
 {
     CurrentSchedule = new List <int>();
     LastSchedule    = new List <int>();
     jsd             = transform.GetComponent <JobShopData>();
 }
コード例 #2
0
 private void Start()
 {
     jsd = jobShopData.GetComponent <JobShopData>();
 }