예제 #1
0
 private void Start()
 {
     actionScheduler = GetComponent <ActionScheduler>();
     animator        = GetComponent <Animator>();
 }
예제 #2
0
 // Called on Start
 private void Start()
 {
     actionscheduler = GetComponent <ActionScheduler>();
 }