示例#1
0
 public IEnumerator TakeDamage()
 {
     yield return(StartCoroutine(controller.TakeDamage()));
 }