예제 #1
0
 // Use this for initialization
 void Start()
 {
     big = GameManagerScript.BB;
     small = GameManagerScript.SB;
     bbGlow = big.GetComponentInChildren<BigBroGlow>();
     anim = small.GetComponentInChildren<Animator>();
 }
예제 #2
0
 void Start()
 {
     bbGlow = FindObjectOfType(typeof(BigBroGlow)) as BigBroGlow;
 }