예제 #1
0
 public void SetEndAttack(float f)
 {
     StartCoroutine(EnemyCtrl.WaitTimeAction(f, () => EndAttack()));
 }