예제 #1
0
 public void Attack()
 {
     fWin.DeActivate();
     infoWin.Activate();
     StartCoroutine(AttackEnemy());
 }