예제 #1
0
 private void Update()
 {
     if (Input.GetKeyUp(KeyCode.A))
     {
         chain.RunCoroutine();
     }
     if (Input.GetKeyUp(KeyCode.D))
     {
         CoroutineChain.StopAll();
     }
 }