예제 #1
0
 private void Start()
 {
     sc_brainTeaserM = GetComponent <BrainTeaserM>();
 }
예제 #2
0
 // Start is called before the first frame update
 void Start()
 {
     sc_brainTeaserC = GetComponent <BrainTeaserC>();
     sc_brainTeaserM = GetComponent <BrainTeaserM>();
 }